[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when a component has been loaded from the LCL streaming mechanism.
Source position: maskedit.pp line 284
protected procedure TCustomMaskEdit.Loaded; override; |
Loaded is an overridden procedure used to perform actions when a component has been completely loaded from the LCL component streaming mechanism. Loaded calls the inherited method, and sets the value in internal members used to track the EditMask and Text values in the control.
|
Called when the control has been loaded from a resource, transfers the loaded property values to the widget. |
lazarus-ccr.sourceforge.net |