Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


PKG properties

A properties item/statement is used to set the properties of the PKG file. The properties of a PKG file can be tested for using the AppProp() function.

PKG properties are defined in the package file using a properties line, with the following syntax:

+(propid=value,...)

for instance,

+(0=2, 1=3, 2=4)

PKG properties are key/value pairs whose meaning is specific to the PKG file. Each propid value is unique to the PKG file. The associated value is an integer that may be queried by another PKG file using the AppProp() function in an IF...ENDIF block. See Functions in condition blocks for an example of using AppProp().