Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
Typedefs | Functions
util.h File Reference
#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 IlsSwTableIlsSwGetSwTable (const IliDataSource *ds)
 Returns the instance of IlsSwTable that is attached to a data source. More...
 
const IlsSwTableIlsSwGetSwTable (const IliFieldItf *itf)
 Returns the instance of IlsSwTable that is attached to a data-source-aware gadget. More...
 
IlsSwTableIlsSwGetSwTable (IliDataSource *ds)
 Returns the instance of IlsSwTable that is attached to a data source. More...
 
IlsSwTableIlsSwGetSwTable (IliFieldItf *itf)
 Returns the instance of IlsSwTable that is attached to a data-source-aware gadget. More...
 

Typedef Documentation

◆ IlsSvInt

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
.

See also
IlsSwRepresentation.