Create method |
Applies to
TESBPosEdit
Declaration
constructor Create(AOwner: TComponent); Ancestor Method
Implementation
constructor TESBPosEdit.Create (AOwner: TComponent); begin inherited Create (AOwner); UpdateValidChars; FBoundLower := 0; FBoundUpper := 0; DisplayText; End; |
|