Vcl.ListActns.TGetItemCountEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGetItemCountEvent = procedure(Sender: TCustomListAction;
var Count: Integer) of object;

C++

typedef void __fastcall (__closure *TGetItemCountEvent)(TCustomListAction* Sender, int &Count);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns Vcl.ListActns

Description

Embarcadero Technologies does not currently have any additional information.