Applies toTESBFloatEdit
Declarationconstructor Create(AOwner: TComponent); Ancestor MethodImplementation
constructor TESBFloatEdit.Create (AOwner: TComponent); begin inherited Create (AOwner); UpdateValidChars; DisplayText; End;