TTMSFNCComboBox.Items Property
Gets or sets the string list used as the non-virtual item source.
API unit family: TMSFNCComboBox
Declaring type: TTMSFNCComboBox
Inherited from: TTMSFNCCustomComboBox
Type: TStringList
Syntax
property Items: TStringList;
Remarks
Assign handlers of type TTMSFNCComboBoxGetNumberOfItemsEvent and TTMSFNCComboBoxGetItemTextEvent instead of this list for virtual item mode.