Unit 'owmurloptions' Package
[Overview][Constants][Types][Classes][Index] [#pl_openweather]

TOWMCustomOptions

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

Declaration

Source position: owmurloptions.pas line 274

type TOWMCustomOptions = class(TComponent,INotifyChange)

protected

  class function GetFirstSetParam();

  

  class procedure UnsetParams();

  

  class function ParamsToString();

  

  class function GetEndpoint; virtual; abstract;

  

  property Mode: TURLParamMode; [r]

  

  property Units: TURLParamUnits; [r]

  

  property Language: TURLParamLanguage; [r]

  

  property Count: TURLParamCount; [r]

  

  property Location: TURLParamBase; [r]

  

  property Query: TURLParamQuery; [r]

  

  property ID: TURLParamID; [r]

  

  property Coordinates: TURLParamCoordinate; [r]

  

  property MultipleIDs: TURLParamMultipleID; [r]

  

  property FindType: TURLParamFindType; [r]

  

  property HistoryType: TURLParamHistoryType; [r]

  

  property StartTime: TURLParamStartTime; [r]

  

  property EndTime: TURLParamEndTime; [r]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function GetAsText;

  

  function ToString; override;

  

  procedure DefineProperties(); override;

  

  function GetURL;

  

  property Endpoint: string; [r]

  

published

  property APIKey: TURLParamAPIKey; [r]

  

  property Callback: TURLParamCallback; [r]

  

  property AsText: UTF8String; [r]

  

end;

Inheritance

TOWMCustomOptions

  

|

TObject,INotifyChange



CT Web help

CodeTyphon Studio