Skip to content

piId - cCJAction

This is a unique ID assigned to an action (value is auto-assigned)

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer piId
Access Type Syntax
Read Access: Get piId to IntegerVariable
Write Access: Set piId to IntegerVariable/Value

Description

Every item object must have a unique ID. Internally, the commandbar system uses this ID to update items and assign events to an item. At the lowest level, these IDs are required to make the commandbar system work. Rather than forcing you to define IDs to every menu and toolbar item, these IDs are auto assigned. If piID is 0 (the default), a unique auto-assigned number will be assigned to piID during the end_construct_object process.

You should never set this property yourself.