[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: maskedit.pp line 312
public constructor TCustomMaskEdit.Create( |
TheOwner: TComponent |
); override; |
Create is the overridden constructor for the class instance. Create sets the default values for internal members and properties specific to TCustomMaskEdit. The value in SpaceChar is set to '_'.
Create calls the inherited constructor, and sets the value in the internal member used for the text in the edit control by calling the inherited RealGetText method.
|
Uses the TextHint display status when getting the value for Text. |
|
|
Controls how the value in a masked edit control is trimmed. |
Version 4.0 | Generated 2025-05-03 | Home |