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 value of a numeric input field or a mask variable.
C
BOOL SftMask_Contents_GetValue(HWND hwndCtl, short index, LPVARIANT lpVar);
C++
BOOL CSftMask::GetValue(short index, LPVARIANT lpVar) const;
hwndCtl
The window handle of the masked edit control.
index
The zero-based index of the numeric input field, or the variable number defined using the !number value token (see Edit Masks).
lpVar
The address of a VARIANT receiving the value.
The return value is TRUE if the value was retrieved successfully.
Numeric input fields return numeric VARIANT values; value token variables return the field text. Using value tokens, portions of the input data can be accessed without knowing the exact character positions.
See Also SetValue | GetDateTime | Edit Masks
