|
<< Click to Display Table of Contents >> Navigation: Types > TSessionProcEx |
SIGNATURE=IWLFSessionList.TSessionProcEx
ETYPE=Type
Declaration:
Delphi: |
TSessionProcEx = reference to procedure (ASession: TObject; AData: Pointer) of Object ; |
C++: |
void reference to procedure (ASession: TObject; AData: Pointer) of Object TSessionProcEx; |
Unit: IWLFSessionList.pas
Description: This is type IWLFSessionList.TSessionProcEx.