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