Create method
Creates the Edit Component.

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;


HTML generated by Time2HELP
http://www.time2help.com