DSAFEARRAY.IsResizablemethod
Tests if the safe array can be resized.
Syntax
FUNCTION IsResizable () AS BOOLEAN
Return value
TRUE if the array can be resized; FALSE, otherwise.
Description
Tests if the safe array can be resized.
Reference
- Include file
DSafeArray.inc - Defined in AfxNova/DSafeArray.inc:730
- Documented in COM/DSAFEARRAY Class.md
- Topic: DSAFEARRAY Class