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