Unit 'JPP.Flash' Package
[Overview][Types][Classes][Index] [#pl_jppack]

TJppFlashBase

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

Declaration

Source position: JPP.Flash.pas line 37

type TJppFlashBase = class(TJppPersistent)

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Flash;

  

protected

  property CurrentColor: TColor; [rw]

  

  property OnFlashColorChanged: TJppFlashColorChanged; [rw]

  

  property OnFlashFinished: TNotifyEvent; [rw]

  

  property Enabled: Boolean; [rw]

  

  property FlashColor: TColor; [rw]

  

  property FlashCount: TJppFlashCountInt; [rw]

  

  property FlashInterval: TJppFlashIntervalInt; [rw]

  

public

  property Flashing: Boolean; [r]

  

  property OriginalColor: TColor; [rw]

  

  property FreeOnFlashFinished: Boolean; [rw]

  

end;

Inheritance

TJppFlashBase

  

|

TJppPersistent

  

|

TObject



CT Web help

CodeTyphon Studio