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

TURLParamBase

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

Declaration

Source position: owmurloptions.pas line 52

type TURLParamBase = class(TComponent)

protected

  fIsSet: Boolean;

  

  function GetAsText; virtual;

  

  function GetValueAsString; virtual; abstract;

  

  class function GetParamName; virtual; abstract;

  

  procedure NotifyChangeOwner;

  

public

  constructor Create(); override;

  

  procedure Clear; virtual;

  

  function ToString; override;

  

  property AsText: UTF8String; [r]

  

  property ValueAsText: UTF8String; [r]

  

published

  property IsSet: Boolean; [rw]

  

end;

Inheritance

TURLParamBase

  

|

TObject



CT Web help

CodeTyphon Studio