Create method |
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; |
|