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::Transaction::ParamClass Class Reference

Property implementation class for parameters. More...

#include <classVIBTransaction.h>

Public Member Functions

 ParamClass (Transaction *pParent)
 Construct the wrapper for an individual parameter.
 
void Add (const std::string &str)
 Add a parameter to the list.
 

Protected Attributes

Transactionparent
 Pointer to the parent VIB::Transaction instance.
 

Detailed Description

Property implementation class for parameters.

Constructor & Destructor Documentation

VIB::Transaction::ParamClass::ParamClass ( Transaction pParent)
inline

Construct the wrapper for an individual parameter.

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

Member Function Documentation

void VIB::Transaction::ParamClass::Add ( const std::string &  str)

Add a parameter to the list.

Parameters
[in]strParameter string value to add.
Note
Reimplements TStrings::Add

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