Unit 'DAV_GuiBaseControl' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_asiovst]

TCustomGuiBaseControl

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

Declaration

Source position: DAV_GuiBaseControl.pas line 194

type TCustomGuiBaseControl = class(TBufferedGraphicControl)

protected

  FLineColor: TColor;

  

  FLineWidth: Integer;

  

  FTransparent: Boolean;

  

  procedure SetTransparent(); virtual;

  

  procedure SetLineWidth(); virtual;

  

  procedure SetLineColor(); virtual;

  

public

  constructor Create(); override; overload;

  

  property LineWidth: Integer; [rw]

  

  property LineColor: TColor; [rw]

  

  property Transparent: Boolean; [rw]

  

end;

Inheritance

TCustomGuiBaseControl

  

|

TBufferedGraphicControl

  

|

TObject



CT Web help

CodeTyphon Studio