Create method
Creates the Edit Component.

Applies to
TESBPercentEdit

Declaration
constructor Create(AOwner: TComponent);
Ancestor Method

Implementation

constructor TESBPercentEdit.Create (AOwner: TComponent);
begin
     inherited Create (AOwner);
     UpdateValidChars;
     fDecimals := 2;
     FScaled := True;
     fShowPercent := False;
     fTrimTrailingZeroes := False;
     DisplayText;
End;


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