[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies a method used to translate a String property.
Source position: lresources.pp line 107
public procedure TAbstractTranslator.TranslateStringProperty( |
Sender: TObject; |
const Instance: TPersistent; |
PropInfo: PPropInfo; |
var Content: string |
); virtual; abstract; |
Sender |
|
Object for the event notification. |
Instance |
|
Persistent object with the property value translated in the method. |
PropInfo |
|
RTTI information for the property translated in the method. |
Content |
|
Variable parameter where the translated value for the property is returned. |
TranslateStringProperty is an abstract virtual method which defines the method used to translate a String property in a persistent object instance. TranslateStringProperty must be implemented in a descendent class to perform the actions needed to retrieve and translate the specified property value.
The address for the method is assigned as the OnReadStringProperty event handler in TReader class instances.
|
Reader for resource streams. |
|
Version 4.0 | Generated 2025-05-03 | Home |