Einzelnen Beitrag anzeigen

Benutzerbild von haentschman
haentschman

Registriert seit: 24. Okt 2006
Ort: Seifhennersdorf / Sachsen
5.388 Beiträge
 
Delphi 12 Athens
 
#10

AW: Berlin, GetIt, Fehler mit VirtualShellTools

  Alt 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.
);
  Mit Zitat antworten Zitat