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

TAPIServiceMethodParam

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

Declaration

Source position: fpopenapi.pascaltypes.pp line 68

type TAPIServiceMethodParam = class(TObject)

public

  constructor create();

  property ArgType: TPropertyType; [r]

  property Name: string; [r]

  property OriginalName: string; [r]

  property TypeName: string; [r]

  property Parameter: TParameter; [r]

  property Location: TParamLocation; [r]

  property AsStringValue: string; [r]

  property DefaultValue: string; [rw]

end;

Inheritance

TAPIServiceMethodParam

|

TObject


Documentation generated on: 2025-07-25