LCL/TCheckListbox: Add missing deprecation note, fix typo

This commit is contained in:
wp_xyz 2023-09-14 12:29:05 +02:00
parent 484983c9ab
commit 2d81eb053d

View File

@ -40,7 +40,7 @@ type
FHeaderColor: TColor; FHeaderColor: TColor;
FItemDataOffset: Integer; FItemDataOffset: Integer;
FOnClickCheck : TNotifyEvent; FOnClickCheck : TNotifyEvent;
FOnItemClick: TCheckListClicked; FOnItemClick: TCheckListClicked; // deprecated in v3.99
function GetChecked(const AIndex: Integer): Boolean; function GetChecked(const AIndex: Integer): Boolean;
function GetHeader(AIndex: Integer): Boolean; function GetHeader(AIndex: Integer): Boolean;
function GetItemEnabled(AIndex: Integer): Boolean; function GetItemEnabled(AIndex: Integer): Boolean;
@ -137,7 +137,7 @@ type
property OnEndDrag; property OnEndDrag;
property OnEnter; property OnEnter;
property OnExit; property OnExit;
property OnItemClick; deprecated 'Use OnClickCheck instead'; // deprecated in V4.99 property OnItemClick; deprecated 'Use OnClickCheck instead'; // deprecated in v3.99
property OnKeyPress; property OnKeyPress;
property OnKeyDown; property OnKeyDown;
property OnKeyUp; property OnKeyUp;