TGetStrProc
Event for retrieving string values.
Declaration
Source position: classesh.inc line 121
Type
TGetStrProc = procedure(const S: string) of object
Description
This event is used as a callback to retrieve string values. It is used, among other things, to pass along string properties in property editors.
See also
| Name | Description |
|---|---|
| THelpEvent | Special event for display of online help. |
| TNotifyEvent | Standard event handler type. |