Unit 'Gadgets' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fv]

TClockView

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

Declaration

Source position: gadgets.pas line 134

type TClockView = object(TView)

  am: AnsiChar;

  Refresh: Byte;

  LastTime: LongInt;

  TimeStr: string;

  constructor Init();

  function FormatTimeStr(); virtual;

  procedure Update; virtual;

  procedure Draw; virtual;

end;

Inheritance

TClockView

|

TView

|

TObject


Documentation generated on: 2025-07-25