Update VirtualTreeView component code to v8.1.2 from May 30, 2025

This commit is contained in:
Ansgar Becker
2025-06-09 16:58:54 +02:00
parent a5e67cf94e
commit 1562d76b6b
37 changed files with 984 additions and 5342 deletions

View File

@ -40,7 +40,7 @@ type
property OnGetNodeWidth: TVTGetNodeWidthEvent read FOnGetNodeWidth write FOnGetNodeWidth;
end;
[ComponentPlatformsAttribute(pidWin32 or pidWin64)]
[ComponentPlatformsAttribute(pfidWindows)]
TVirtualDrawTree = class(TCustomVirtualDrawTree)
private
function GetOptions: TVirtualTreeOptions;