Unit 'ovctgres' Package
[Overview][Classes][Index] [#pl_orpheus]

TOvcCellGlyphs

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

Declaration

Source position: ovctgres.pas line 45

type TOvcCellGlyphs = class(TPersistent)

protected

  FResource: pointer;

  

  FActiveGlyphCount: Integer;

  

  FGlyphCount: Integer;

  

  FOnCfgChanged: TNotifyEvent;

  

  function GetBitMap;

  

  function GetIsDefault;

  

  procedure SetActiveGlyphCount();

  

  procedure SetBitMap();

  

  procedure SetGlyphCount();

  

  procedure SetIsDefault();

  

  procedure CalcGlyphCount;

  

  function IsNotDefault;

  

  procedure DoCfgChanged;

  

public

  property OnCfgChanged: TNotifyEvent; [rw]

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

published

  property IsDefault: Boolean; [rws]

  

  property BitMap: TBitMap; [rws]

  

  property GlyphCount: Integer; [rw]

  

  property ActiveGlyphCount: Integer; [rw]

  

end;

Inheritance

TOvcCellGlyphs

  

|

TObject



CT Web help

CodeTyphon Studio