Table of Contents
VArray Class
Classes Hierarchy
VField -> VArray
Description
The VArray class represents a table field (column) of ARRAY Field.
Array field is a fixed size array, elements of which have the same type. When you create a field of ARRAY type, you should specify the type of items and the size.
ValentinaDB provides 1-dimensional arrays.
In Valentina ADK you can use methods VTable.ArrayField() and VCursor.ArrayField() to get a reference on VArray object.