Skip to content

Combo_Data_Object - DfBaseComboBoxEntry

Specifies the object ID of the internal combo object

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

Syntax

Property Handle Combo_Data_Object
Access Type Syntax
Read Access: Get Combo_Data_Object to HandleVariable
Write Access: Set Combo_Data_Object to HandleVariable/Value

Description

Specifies the object ID of the internal combo object. This property is set when the object is created and is normally not changed. If changed, it is the program's responsibility to make sure that the new list object understands the combo message interface.

Setting this property causes the Windows list (if it is currently paged) to be refilled with the contents of the internal list.

// refill the windows list 
Set Combo_Data_Object to (Combo_Data_Object(Self))