Registriert seit: 24. Okt 2006
Ort: Seifhennersdorf / Sachsen
5.388 Beiträge
Delphi 12 Athens
|
AW: Berlin, GetIt, Fehler mit VirtualShellTools
1. Okt 2016, 10:58
Soooo...
Ich habe herausgefunden warum das nicht compiliert.
Unit: VirtualResources
Delphi-Quellcode:
// The following is not a string, but I find useful to be able to change
// the checkboxes style, so I've added another variable to manage it.
COLUMNDLG_CHKSTYLE : TCheckImageKind = ckXP;
...ersetzen
Delphi-Quellcode:
// The following is not a string, but I find useful to be able to change
// the checkboxes style, so I've added another variable to manage it.
COLUMNDLG_CHKSTYLE : TCheckImageKind = ckSystemDefault;
Unit: VirtualTrees in Original
Delphi-Quellcode:
TCheckImageKind = (
ckCustom, // application defined check images
ckSystemDefault // Uses the system check images, theme aware.
);
|
|
Zitat
|