[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGDBusInterfaceVTable

Declaration

Source position: lazgio2.pas line 2660

type TGDBusInterfaceVTable = record

  method_call: TGDBusInterfaceMethodCallFunc;

  

  get_property: TGDBusInterfaceGetPropertyFunc;

  

  set_property: TGDBusInterfaceSetPropertyFunc;

  

  padding: array [0..7] of gpointer;

  

end;