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::FieldProp Class Reference

Intermediary for array-style access to fields, equivalent to the Borland TFields::Fields array. More...

#include <classVIBDataSet.h>

Public Member Functions

 FieldProp (DataSet *pds)
 Construct the Field property wrapper object.
 
FieldClassoperator[] (int i)
 Allows array-style access to field properties.
 

Protected Attributes

FieldClass fc
 FieldClass instance.
 
DataSetds
 DataSet instance.
 

Detailed Description

Intermediary for array-style access to fields, equivalent to the Borland TFields::Fields array.

Constructor & Destructor Documentation

VIB::DataSet::FieldProp::FieldProp ( DataSet pds)
inline

Construct the Field property wrapper object.

Parameters
[in]pdsPointer to the parent VIB::DataSet instance.

Member Function Documentation

FieldClass* VIB::DataSet::FieldProp::operator[] ( int  i)
inline

Allows array-style access to field properties.

Returns
Pointer to an instance of FieldClass.
Note
Reimplements TFields::operator []

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