Unit 'owmdata' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_openweather]

TCustomHistoryData

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

Declaration

Source position: owmdata.pas line 490

type TCustomHistoryData = class(TBaseData,IClearable)

protected

  fList: TCollection;

  

  function GetListClass; virtual; abstract;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure Clear; virtual;

  

  property Count: Integer; [r]

  

published

  property message: string; [rw]

  

  property cod: string; [rw]

  

  property cnt: Integer; [rw]

  

  property list: TCollection; [rw]

  

  property TickType: string; [rw]

  

end;

Inheritance

TCustomHistoryData

  

|

TBaseData,IClearable

  

|

TObject



CT Web help

CodeTyphon Studio