[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject |