CCeDBProp::SetShort

This method sets the value of a short integer property.

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

void SetShort( short iVal );

Parameters

iVal
Value of the property.

Return Values

none.

Remarks

You can only call SetShort on a property of the type CeDBProp::Type_Short.

See Also

CCeDBProp::GetShort