Unit 'fpopenapi.pascaltypes' Package
[Overview][Constants][Types][Classes][Index] [#fcl-openapi]

TAPIService

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpopenapi.pascaltypes.pp line 160

type TAPIService = class(TObject)

protected

  function CreateMethod(); virtual;

  procedure SortMethods;

public

  constructor create();

  destructor destroy; override;

  function AddMethod();

  property NeedsAuthentication: Boolean; [rw]

  property ServiceName: string; [r]

  property ServiceInterfaceName: string; [rw]

  property ServiceParentInterface: string; [rw]

  property ServiceUUID: string; [rw]

  property ServiceProxyImplementationClassName: string; [rw]

  property Methods []: TAPIServiceMethod; [r]

  property MethodCount: Integer; [r]

end;

Inheritance

TAPIService

|

TObject


Documentation generated on: 2025-07-25