Unit 'cyBaseLed' Package
[Overview][Types][Classes][Index] [#pl_cindy]

TcyBaseLed

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

Declaration

Source position: cyBaseLed.pas line 55

type TcyBaseLed = class(TGraphicControl)

protected

  procedure Click; override;

  

  procedure Loaded; override;

  

  procedure SetEnabled(); override;

  

  procedure CMButtonPressed(); message;

  

  function TransparentColorAtPos(); virtual;

  

  procedure LedStatusChanged; virtual;

  

  procedure SetInternalLedValue();

  

  function GetLedStatus; virtual;

  

  procedure SetLedvalue(); virtual;

  

  procedure SetReadOnly(); virtual;

  

  property AllowAllOff: Boolean; [rw]

  

  property GroupIndex: Integer; [rw]

  

  property LedValue: Boolean; [rw]

  

  property ReadOnly: Boolean; [rw]

  

public

  property Canvas;

  

  constructor Create(); override;

  

  property LedStatus: TLedStatus; [r]

  

  procedure Switch;

  

published

  property ShowHint;

  

end;

Inheritance

TcyBaseLed

  

|

TObject



CT Web help

CodeTyphon Studio