입력
ComboBox.AddItem('item_string', 'TObject(PChar('value_string'));
출력
item_string := ComboBox.Items[0];
item_value := PChar(ComboBox.Items.Object[0]);
'델파이 > 델파이관련' 카테고리의 다른 글
스크롤박스안에 있는 메모를 선택해서 마우스 움직였을 때 스크롤 되게 하는 법 (0) | 2018.11.01 |
---|---|
Listbox Drag & Drop (0) | 2017.09.29 |
Delphi-윈도우-메세지를-받아먹는-3가지-방법 (0) | 2017.08.30 |
reference to procedure, reintroduce (0) | 2017.08.30 |
델파이 함수 정리 중 (0) | 2017.04.13 |