Get rid of some rarely used class aliases, to avoid confusion when reading the code

This commit is contained in:
Ansgar Becker
2025-04-20 12:59:21 +02:00
parent 1af77ff8ce
commit 7052236c17
8 changed files with 22 additions and 24 deletions

View File

@ -178,7 +178,7 @@ end;
procedure TfrmSQLhelp.treeTopicsGetImageIndex(Sender: TBaseVirtualTree; Node: PVirtualNode;
Kind: TVTImageKind; Column: TColumnIndex; var Ghosted: Boolean; var ImageIndex: TImageIndex);
Kind: TVTImageKind; Column: TColumnIndex; var Ghosted: Boolean; var ImageIndex: Integer);
begin
// Return open or closed book icon for folders, or document icon for topics
if not (Kind in [ikNormal, ikSelected]) then