Searched refs:SetItemRecord (Results 1 – 19 of 19) sorted by relevance
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/ |
H A D | win32listsl.inc | 476 SetItemRecord(Index, ItemRecord); 479 procedure TWin32CheckListBoxStrings.SetItemRecord(const Index: Integer; 492 SetItemRecord(Index, ItemRecord); 527 SetItemRecord(Index, ItemRecord); 553 SetItemRecord(AIndex, OldRecord);
|
H A D | win32listslh.inc | 113 procedure SetItemRecord(const Index: Integer; ItemRecord: PWin32CheckListBoxItemRecord);
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/ |
H A D | win32listsl.inc | 476 SetItemRecord(Index, ItemRecord); 479 procedure TWin32CheckListBoxStrings.SetItemRecord(const Index: Integer; 492 SetItemRecord(Index, ItemRecord); 527 SetItemRecord(Index, ItemRecord); 553 SetItemRecord(AIndex, OldRecord);
|
H A D | win32listslh.inc | 113 procedure SetItemRecord(const Index: Integer; ItemRecord: PWin32CheckListBoxItemRecord);
|
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/ |
H A D | win32listsl.inc | 476 SetItemRecord(Index, ItemRecord); 479 procedure TWin32CheckListBoxStrings.SetItemRecord(const Index: Integer; 492 SetItemRecord(Index, ItemRecord); 527 SetItemRecord(Index, ItemRecord); 553 SetItemRecord(AIndex, OldRecord);
|
H A D | win32listslh.inc | 113 procedure SetItemRecord(const Index: Integer; ItemRecord: PWin32CheckListBoxItemRecord);
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/ |
H A D | win32listsl.inc | 476 SetItemRecord(Index, ItemRecord); 479 procedure TWin32CheckListBoxStrings.SetItemRecord(const Index: Integer; 492 SetItemRecord(Index, ItemRecord); 527 SetItemRecord(Index, ItemRecord); 553 SetItemRecord(AIndex, OldRecord);
|
H A D | win32listslh.inc | 113 procedure SetItemRecord(const Index: Integer; ItemRecord: PWin32CheckListBoxItemRecord);
|
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/ |
H A D | wincelistsl.inc | 423 procedure TWinCECheckListBoxStrings.SetItemRecord(const Index: Integer; 436 SetItemRecord(AIndex, ItemRecord); 471 SetItemRecord(Index, ItemRecord);
|
H A D | wincelistslh.inc | 99 procedure SetItemRecord(const Index: Integer; ItemRecord: PWinCECheckListBoxItemRecord);
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/ |
H A D | wincelistsl.inc | 423 procedure TWinCECheckListBoxStrings.SetItemRecord(const Index: Integer; 436 SetItemRecord(AIndex, ItemRecord); 471 SetItemRecord(Index, ItemRecord);
|
H A D | wincelistslh.inc | 99 procedure SetItemRecord(const Index: Integer; ItemRecord: PWinCECheckListBoxItemRecord);
|
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/ |
H A D | wincelistsl.inc | 423 procedure TWinCECheckListBoxStrings.SetItemRecord(const Index: Integer; 436 SetItemRecord(AIndex, ItemRecord); 471 SetItemRecord(Index, ItemRecord);
|
H A D | wincelistslh.inc | 99 procedure SetItemRecord(const Index: Integer; ItemRecord: PWinCECheckListBoxItemRecord);
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/ |
H A D | wincelistsl.inc | 423 procedure TWinCECheckListBoxStrings.SetItemRecord(const Index: Integer; 436 SetItemRecord(AIndex, ItemRecord); 471 SetItemRecord(Index, ItemRecord);
|
H A D | wincelistslh.inc | 99 procedure SetItemRecord(const Index: Integer; ItemRecord: PWinCECheckListBoxItemRecord);
|
/dports/games/devilutionX/devilutionX-1.2.1/Source/ |
H A D | items.h | 342 void SetItemRecord(int nSeed, WORD wCI, int nIndex);
|
H A D | msg.cpp | 1403 SetItemRecord(p->dwSeed, p->wCI, p->wIndx); in On_REQUESTGITEM() 1465 SetItemRecord(p->dwSeed, p->wCI, p->wIndx); in On_REQUESTAGITEM()
|
H A D | items.cpp | 5448 void SetItemRecord(int nSeed, WORD wCI, int nIndex) in SetItemRecord() function
|