TiPlotComponent.OnAfterLoadProperties
TiPlotComponent
Occurs after properties are loaded into the component using the Runtime
Property Editor or LoadPropertiesFromFile method.
type TNotifyEvent = procedure(Sender: TObject) of object;
property OnAfterLoadProperties : TNotifyEvent;
Description
Use OnAfterLoadProperties to specify actions to perform after properties of
the component have been loaded either from the use of the Runtime Property Editor
or from the use of the LoadPropertiesFromFile method.
Note: this event does not fire in response to streaming by the form.
Contents | Index | Previous | Next