FormatStringWizard
Properties:
Text
Methods:
Show
Constructors:
Description:
Availability:
Serializable.
Example:
Wizard = New FormatStringWizard; // format string is for Nummber and Date types only Wizard.AvailableTypes = New TypeDescription("Number, Date"); If Wizard.DoModal() Then // processing the format string FormatString = Wizard.Text; // ... EndIf; |