IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

ExtendedResponse Event

Fired for LDAP V3 Extended Responses.

Syntax

type TExtendedResponseEvent = procedure ExtendedResponse(Sender: TObject; MessageId: Integer; const DN: String; ResultCode: Integer; const ResultDescription: String; const ResponseName: String; ResponseValue: String) of object;

property OnExtendedResponse: TExtendedResponseEvent read FOnExtendedResponse write FOnExtendedResponse;

Remarks

The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Delphi Edition - Version 16.0 [Build 7353]