SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Retrieves the masked edit control's contents as displayed (the formatted representation).
C
void SftMask_GetTextDisplay(HWND hwndCtl, LPTSTR lpszText, BOOL fPure, BOOL fLiterals);
C++
void CSftMask::GetTextDisplay(LPTSTR lpszText, BOOL fPure, BOOL fLiterals) const;
hwndCtl
The window handle of the masked edit control.
lpszText
The buffer receiving the display text. The buffer must be at least SFTMASK_MAX_MASKEDTEXT characters.
fPure
TRUE to return the text without prompt characters at unfilled positions.
fLiterals
TRUE to include literal characters.
The display text reflects the formatted contents, including numeric group formatting and locale date/time formatting. SftMask_GetTextDisplay_A and SftMask_GetTextDisplay_W are explicit ANSI/Unicode variants.
See Also GetText | Built-In Formatting
