Custom components (and properties)
Posted: Thu Jun 14, 2007 8:09 am
We are using our own component in an application, this component is inherited from TCustomEdit and it have a property called "TextEtiqueta: string". We need to do translations for this property but there is no way to do that with TSILang components, we can translate other custom properties like "ForzarLeftEtiqueta: Boolean", "LeftEtiqueta: Integer"... But it seems all string properties don't appear on the list of Extended Translation Tab. I was looking in the General Translation Tab, but theese objets don't appear on the list. Is there any way to translate non-standart properties?
Thank you... Dani
Code: Select all
TEdit
|
-- TMyEdit
· property TextEtiqueta: string read ...
· property ForzarLeftEtiqueta: Boolean read ...
· property LeftEtiqueta: Integer read ...