IMPORT_C TBool | IsValid | ( | ) | const |
Checks if the cursor is valid. Use this to replace the comparison with NULL that you would do with pointers. This function is typically used on the cursors returned by the find operations.
- Return Value
- ETrue if the cursor points to a control, EFalse otherwise