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

TColorDialog

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

Declaration

Source position: colorsel.pas line 170

type TColorDialog = object(TDialog)

  BakLabel: PLabel;

  BakSel: PColorSelector;

  ForLabel: PLabel;

  ForSel: PColorSelector;

  Groups: PColorGroupList;

  GroupIndex: Byte;

  Items: PColorItemList;

  Display: PColorDisplay;

  Pal: TPalette;

  constructor Init();

  constructor Load();

  procedure Store();

  procedure HandleEvent(); virtual;

  function DataSize; virtual;

  procedure GetData(); virtual;

  procedure SetData(); virtual;

end;

Inheritance

TColorDialog

|

TDialog

|

TWindow

|

TGroup

|

TView

|

TObject


Documentation generated on: 2025-07-25