[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'MufasaTypes' (#Simba)

TOpenConnectionEvent

Declaration

Source position: mufasatypes.pas line 138

type TOpenConnectionEvent = procedure(

  Sender: TObject;

  var url: String;

  var Continue: Boolean

) of object;