Unit 'cyAdvLed' Package
[Overview][Classes][Index] [#pl_cindy]

TcyCustomAdvLed

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

Declaration

Source position: cyAdvLed.pas line 53

type TcyCustomAdvLed = class(TcyBaseLed)

  FPictureOn: TPicture;

  

  FPictureOff: TPicture;

  

  FPictureDisabled: TPicture;

  

protected

  function TransparentColorAtPos(); override;

  

  procedure AdjustSize; override;

  

  procedure Paint; override;

  

  procedure SetAutoSize(); override;

  

  property Height;

  

  property Width;

  

  property PictureOn: TPicture; [rw]

  

  property PictureOff: TPicture; [rw]

  

  property PictureDisabled: TPicture; [rw]

  

  property Transparent: Boolean; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

end;

Inheritance

TcyCustomAdvLed

  

|

TcyBaseLed

  

|

TObject



CT Web help

CodeTyphon Studio