Create method
Creates the Edit Component.

Applies to
TESBPosFloatEdit

Declaration
constructor Create(AOwner: TComponent);
Ancestor Method

Implementation

constructor TESBPosFloatEdit.Create (AOwner: TComponent);
begin
     inherited Create (AOwner);
     UpdateValidChars;
     FBoundLower := 0.0;
     FBoundUpper := 0.0;
     FFullAccuracy := False;
     FScale := 1.0;
     fTrimTrailingZeroes := False;
     DisplayText;
End;


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