Create method
Creates the Edit Component.

Applies to
TESBBaseEdit

Declaration
constructor Create(AOwner: TComponent);
Ancestor Method

Implementation

constructor TESBBaseEdit.Create (AOwner: TComponent);
begin
     inherited Create (AOwner);
     fBoundsValidation := False;
     fBoundsValidationType := evtNone;
     fMaxLength := 0;
     fCheckforErrors := False;
     Width := 81;
     fConvertOK := True;
End;


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