| Create method | 
Applies to
TESBPosEdit
Declaration
constructor Create(AOwner: TComponent); Ancestor Method
 Ancestor MethodImplementation
 
| constructor TESBPosEdit.Create (AOwner: TComponent);
begin
     inherited Create (AOwner);
     UpdateValidChars;
     FBoundLower := 0;
     FBoundUpper := 0;
     DisplayText;
End; | 
|  |