#include <ilserver/ilbcomp.h>
#include <ilserver/rp.h>
Typedefs | |
typedef int | IlsSvInt |
This type definition redefines the integer attribute type. It is used to differentiate the Server indexes (which start from 1) from the Views (formerly InForm) indexes (which start from 0). More... | |
Functions | |
const IliMemoryDataSource * | IlsSwGetDs (const IliFieldItf *itf) |
Returns the data source associated with a data-source-aware gadget. More... | |
IliMemoryDataSource * | IlsSwGetDs (IliFieldItf *itf) |
Returns the data source associated with a data-source-aware gadget. More... | |
const IlsSwTable * | IlsSwGetSwTable (const IliDataSource *ds) |
Returns the instance of IlsSwTable that is attached to a data source. More... | |
const IlsSwTable * | IlsSwGetSwTable (const IliFieldItf *itf) |
Returns the instance of IlsSwTable that is attached to a data-source-aware gadget. More... | |
IlsSwTable * | IlsSwGetSwTable (IliDataSource *ds) |
Returns the instance of IlsSwTable that is attached to a data source. More... | |
IlsSwTable * | IlsSwGetSwTable (IliFieldItf *itf) |
Returns the instance of IlsSwTable that is attached to a data-source-aware gadget. More... | |
typedef int IlsSvInt |
This type definition redefines the integer
attribute type. It is used to differentiate the Server indexes (which start from 1) from the Views (formerly InForm) indexes (which start from 0).
Library: mvsw
.
IlsSwRepresentation
.