Unit 'fpopenapi.objects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-openapi]

TServer

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

Declaration

Source position: fpopenapi.objects.pp line 379

type TServer = class(TExtendableObject)

protected

  procedure AddKeyword(); virtual;

  procedure RemoveKeyword(); virtual;

public

  destructor destroy; override;

  function HasKeyWord();

  property Url: string; [rw]

  property Description: string; [rw]

  property Variables: TServerVariableMap; [rw]

end;

Inheritance

TServer

|

TExtendableObject

|

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25