Unit 'klabels' Package
[Overview][Classes][Index] [#pl_kcontrols]

TKLinkLabel

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

Declaration

Source position: klabels.pas line 72

type TKLinkLabel = class(TLabel)

protected

  FActiveColor: TColor;

  

  FMouseInControl: Boolean;

  

  procedure Loaded; override;

  

  procedure Paint; override;

  

public

  constructor Create(); override;

  

  procedure Click; override;

  

published

  property HotColor: TColor; [rw]

  

  property LinkColor: TColor; [rw]

  

  property ShowURLAsHint: Boolean; [rw]

  

  property URL: string; [rw]

  

end;

Inheritance

TKLinkLabel

  

|

TObject



CT Web help

CodeTyphon Studio