|
<< Click to Display Table of Contents >> Navigation: Types > TOnBindEvent |
SIGNATURE=IWServerControllerBase.TOnBindEvent
ETYPE=Type
Declaration:
Delphi: |
TOnBindEvent = procedure (const aHttpBindings, aHttpsBindings: TStrings) of object; |
C++: |
void (const aHttpBindings, aHttpsBindings: TStrings) ( TOnBindEvent)(); |
Unit: IWServerControllerBase.pas
Description: This is type IWServerControllerBase.TOnBindEvent.