TjQSectionBeforeChangeEvent

<< Click to Display Table of Contents >>

Navigation:  Types >

TjQSectionBeforeChangeEvent

SIGNATURE=IWjQAccordion.TjQSectionBeforeChangeEvent

 

ETYPE=Type

 

Declaration:

Delphi:

TjQSectionBeforeChangeEvent = procedure (Sender: TObject; NewSectionIndex: Integer; var AllowChange: Boolean) of object;

C++:

void (Sender: TObject; NewSectionIndex: Integer; var AllowChange: bool) ( TjQSectionBeforeChangeEvent)();

 

Unit: IWjQAccordion.pas

 

Description: This is type IWjQAccordion.TjQSectionBeforeChangeEvent.