| Create method | 
Applies to
TESBPercentEdit
Declaration
constructor Create(AOwner: TComponent); Ancestor Method
 Ancestor MethodImplementation
 
| constructor TESBPercentEdit.Create (AOwner: TComponent);
begin
     inherited Create (AOwner);
     UpdateValidChars;
     fDecimals := 2;
     FScaled := True;
     fShowPercent := False;
     fTrimTrailingZeroes := False;
     DisplayText;
End; | 
|  |