Create method |
Applies to
TESBPCSEdit
Declaration
constructor Create(AOwner: TComponent); Ancestor Method
Implementation
constructor TESBPCSEdit.Create (AOwner: TComponent); begin inherited Create (AOwner); fTrimTrailing := True; fTrimLeading := False; fProperAdjust := False; fAutoAdvance := False; End; |
|