VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
VIB::DataSet::FieldsClass Class Reference

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

DataSetparent
 Parent DataSet instance.
 
FieldProp fp
 FieldProp instance.
 

Detailed Description

Top-level Fields property wrapper class, equivalent to Borland TFields object.

Member Data Documentation

Property<int> VIB::DataSet::FieldsClass::Count

Represents the number of fields in the Fields object.

Note
Read-only property.
Reimplements TFields::Count
ArrayProperty<FieldProp *, FieldClass *> VIB::DataSet::FieldsClass::Fields

Lists the field references that are managed by the Fields object.

Note
Read-only property.
Reimplements TFields::Fields

The documentation for this class was generated from the following files: