SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Fields defined in a Masked Edit control are automatically formatted based on the defined Mask property.
The FormattedText property can be used to override the default contents while the control does not have the input focus. The text of the FormattedText property can be defined by the application. As soon as the Masked Edit control loses the input focus, the text defined by the FormattedText property is displayed. If the FormattedText property is set to an empty string or whenever the mouse cursor moves over the edit control, the formatted text based on the Mask property is displayed instead.
An application can also use SftMask's formatting capabilities to display information:
Calculator.FormatNumber | Formats a number and returns a string |
Calculator.FormatCurrency | Formats a number as a currency value and returns a string. |
Calendar.FormatDate | Formats a date value and returns a string. |
Calendar.FormatTime | Formats a time value and returns a string. |
Calendar.GetDateInfo | Converts a date into its components. |
Calendar.GetTimeInfo | Converts a time into its components. |