Create method
Creates the Edit Component.

Applies to
TESBFloatEdit

Declaration
constructor Create(AOwner: TComponent);
Ancestor Method

Implementation

constructor TESBFloatEdit.Create (AOwner: TComponent);
begin
     inherited Create (AOwner);
     UpdateValidChars;
     DisplayText;
End;


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