[Overview][Constants][Types][Classes][Procedures and functions][Index] |
AddHistoryItem - Add an Item as first entry in History List
Source position: line 0
public procedure TCustomComboBox.AddHistoryItem( |
const Item: String; |
MaxHistoryCount: Integer; |
SetAsText: Boolean; |
CaseSensitive: Boolean |
); |
const Item: String; |
AnObject: TObject; |
MaxHistoryCount: Integer; |
SetAsText: Boolean; |
CaseSensitive: Boolean |
); |
Item |
|
The item to be addd to the list |
MaxHistoryCount |
|
The maximum number of items that can be added to the history |
SetAsText |
|
Whether the item is to be set as text |
CaseSensitive |
|
Whether the item is added in a case sensitive manner (eg determines how they are sorted) |
Item |
|
The item to be addd to the list |
AnObject |
|
The history item to be added, expressed as an object |
MaxHistoryCount |
|
The maximum number of items that can be added to the history |
SetAsText |
|
Whether the item is to be set as text |
CaseSensitive |
|
Whether the item is added in a case sensitive manner (eg determines how they are sorted) |
AddHistoryItem - Add an Item as first entry in History List
Removes the Item from old position and removes last item if history is full
lazarus-ccr.sourceforge.net |