Create method
Creates the Edit Component.

Applies to
TESBIPEdit

Declaration
constructor Create(AOwner: TComponent);
Ancestor Method

Implementation

constructor TESBIPEdit.Create (AOwner: TComponent);
begin
     inherited Create (AOwner);
     FValidChar := ['.', '0'..'9'];
     FValidCharHold := FValidChar;
     FBoundLower := 0;
     FBoundUpper := High (Longword);
     DisplayText;
End;


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