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