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

TColorDisplay

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

Declaration

Source position: colorsel.pas line 157

type TColorDisplay = object(TView)

  Color: PByte;

  Text: PString;

  constructor Init();

  constructor Load();

  procedure Store();

  procedure HandleEvent(); virtual;

  procedure SetColor(); virtual;

  procedure Draw; virtual;

  destructor Done; virtual;

end;

Inheritance

TColorDisplay

|

TView

|

TObject


Documentation generated on: 2025-07-25