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
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
SftTree/NET 2.0 - Tree Control
Return TRUE if a SFT_PICTURE is non-empty (any picture type other than 0 has been assigned).
C
BOOL Sft_IsPicture(LPCSFT_PICTURE lpPicture);lpPicture
Pointer to a SFT_PICTURE. NULL is accepted and returns FALSE.
TRUE if the slot is non-empty (the type field is non-zero), FALSE if the slot is empty or the pointer is NULL.
Use Sft_IsPicture as a guard before calling code that requires a populated picture - for example, before reading any of the union members. For type-specific checks, use the Sft_IsPicture* type-specific predicates.
See Also SftPicture2 | SFT_PICTURE | Sft_IsPicture* (type-specific)
