TTreeViewPlusMinusProc

<< Click to Display Table of Contents >>

Navigation:  Types >

TTreeViewPlusMinusProc

SIGNATURE=IWCompTreeview.TTreeViewPlusMinusProc

 

ETYPE=Type

 

Declaration:

Delphi:

TTreeViewPlusMinusProc = procedure (aSender: TObject; aIsPlus: Boolean) of object;

C++:

void (aSender: TObject; aIsPlus: bool) ( TTreeViewPlusMinusProc)();

 

Unit: IWCompTreeview.pas

 

Description: This is type IWCompTreeview.TTreeViewPlusMinusProc.