TiPlotComponent.OnBeforeLoadProperties
TiPlotComponent
Occurs before properties are loaded into the component using the Runtime
Property Editor or LoadPropertiesFromFile method.
type TNotifyEvent = procedure(Sender: TObject) of object;
property OnBeforeLoadProperties : TNotifyEvent;
Description
Use OnBeforeLoadProperties to specify actions to perform before properties of
the component are 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