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

Class for VIB::DataSet::FieldByName method's return value. More...

#include <classVIBDataSet.h>

Public Member Functions

 FieldByNameClass (DataSet *pParent)
 Construct a FieldByName property wrapper object.
 

Public Attributes

Property< std::string > AsString
 Obtain the value of the named field as a string.
 

Protected Attributes

DataSetparent
 Pointer to containing VIB::DataSet.
 
std::string fieldname
 Name of the field.
 

Friends

class DataSet
 

Detailed Description

Class for VIB::DataSet::FieldByName method's return value.

Constructor & Destructor Documentation

VIB::DataSet::FieldByNameClass::FieldByNameClass ( VIB::DataSet pParent)

Construct a FieldByName property wrapper object.

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

Member Data Documentation

Property<std::string> VIB::DataSet::FieldByNameClass::AsString

Obtain the value of the named field as a string.

Note
Read-only property.
Reimplements TField::AsString

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