CCeDBRecord::GetPropFromIndex

This method retrieves a property based on its index within the record.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

CCeDBProp* GetPropFromIndex( int nIndex ) const;

Parameters

nIndex
Zero-based index of the property to retrieve.

Return Values

A pointer to the CCeDBProp object identified by nIndex, or NULL if nIndex is out of range.

See Also

CCeDBRecord::GetPropFromIdent, CCeDBProp