Vcl.CustomizeDlg.TCustomizeFrm.ActionsListDrawItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActionsListDrawItem(Control: TWinControl; Index: Integer;  Rect: TRect; State: TOwnerDrawState);

C++

void __fastcall ActionsListDrawItem(Vcl::Controls::TWinControl* Control, int Index, const System::Types::TRect &Rect, Winapi::Windows::TOwnerDrawState State);

Properties

Type Visibility Source Unit Parent
procedure
function
published
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeFrm

Description

ActionsListDrawItem is part of the customization dialog form.

ActionsListDrawItem is a routine that is part of the customization dialog form.

See Also