|
|
От: |
Eagle-XK
|
http://esoft.pp.ua |
| Дата: | 01.07.10 12:12 | ||
| Оценка: | |||
function TComboBoxStrings.GetObject(Index: Integer): TObject;
begin
Result := TObject(SendMessage(ComboBox.Handle, CB_GETITEMDATA, Index, 0));
if Longint(Result) = CB_ERR then
Error(SListIndexError, Index);
end;