Function AX_IDType() Professional
Determine if the current record is encrypted.
AX_IDType() --> nType
The return value corresponds to one of the following #define constants:
Return | Description |
---|---|
ADS_NO_RECORD | No current record |
ADS_STANDARD_RECORD | Standard record |
ADS_ENCRYPTED_RECORD | Encrypted record |
This function detects if the current record is encrypted.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.