PropertyHandle :: IsMemo - Check property type for memo field
The function returns true ( YES ) when the property refers to a large text field ( MEMO ).
Return value: Return value ( logical )
The function returns YES when the question was answered positively. Otherwise it returns NO .
Implementation details
logical
PropertyHandle  :: IsMemo ( char chkopt=AUTO )
- chkopt
- Check option
The option forces the function to check the property handle before running executing the function. You can pass NO to avoid unnecessary checking.
Default: AUTO