File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2757,7 +2757,7 @@ TBaseVirtualTree = class(TCustomControl)
2757
2757
function GetHintWindowClass: THintWindowClass; virtual;
2758
2758
procedure GetImageIndex(var Info: TVTPaintInfo; Kind: TVTImageKind; InfoIndex: TVTImageInfoIndex); virtual;
2759
2759
function GetImageSize(Node: PVirtualNode; Kind: TVTImageKind = TVTImageKind.ikNormal; Column: TColumnIndex = 0; IncludePadding: Boolean = True): TSize; virtual;
2760
- function GetNodeImageSize(Node: PVirtualNode): TSize; virtual; deprecated 'Use GetImageWidth instead';
2760
+ function GetNodeImageSize(Node: PVirtualNode): TSize; virtual; deprecated 'Use GetImageSize instead';
2761
2761
function GetMaxRightExtend: Cardinal; virtual;
2762
2762
procedure GetNativeClipboardFormats(var Formats: TFormatEtcArray); virtual;
2763
2763
function GetOperationCanceled: Boolean;
@@ -2769,7 +2769,7 @@ TBaseVirtualTree = class(TCustomControl)
2769
2769
procedure HandleMouseDown(var Message: TWMMouse; var HitInfo: THitInfo); virtual;
2770
2770
procedure HandleMouseUp(var Message: TWMMouse; const HitInfo: THitInfo); virtual;
2771
2771
procedure HandleClickSelection(LastFocused, NewNode: PVirtualNode; Shift: TShiftState; DragPending: Boolean);
2772
- function HasImage(Node: PVirtualNode; Kind: TVTImageKind; Column: TColumnIndex): Boolean; virtual; deprecated 'Use GetImageWidth instead';
2772
+ function HasImage(Node: PVirtualNode; Kind: TVTImageKind; Column: TColumnIndex): Boolean; virtual; deprecated 'Use GetImageSize instead';
2773
2773
function HasPopupMenu(Node: PVirtualNode; Column: TColumnIndex; Pos: TPoint): Boolean; virtual;
2774
2774
procedure InitChildren(Node: PVirtualNode); virtual;
2775
2775
procedure InitNode(Node: PVirtualNode); virtual;
You can’t perform that action at this time.
0 commit comments