|
VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
Top-level Fields property wrapper class, equivalent to Borland TFields object. More...
#include <classVIBDataSet.h>
Public Member Functions | |
| FieldsClass (DataSet *pParent) | |
Public Attributes | |
| Property< int > | Count |
| Represents the number of fields in the Fields object. | |
| ArrayProperty< FieldProp *, FieldClass * > | Fields |
| Lists the field references that are managed by the Fields object. | |
Protected Attributes | |
| DataSet * | parent |
| Parent DataSet instance. | |
| FieldProp | fp |
| FieldProp instance. | |
Top-level Fields property wrapper class, equivalent to Borland TFields object.
| Property<int> VIB::DataSet::FieldsClass::Count |
Represents the number of fields in the Fields object.
| ArrayProperty<FieldProp *, FieldClass *> VIB::DataSet::FieldsClass::Fields |
Lists the field references that are managed by the Fields object.