TSRVGraphicControl

Top  Previous  Next

TSRVGraphicControl is the base class for lightweight SRVControls.

Unit SRVControl;

Syntax

TSRVGraphicControl = class(TGraphicControl);

Hierarchy

TObject

TPersistent

TComponent

TControl

TGraphicControl

Properties and events

Public properties:

Property

Type

Default value

Meaning

Alignment

TAlignment

taLeftJustify

 

Autosize

Boolean

True

 

BackgroundColor

TColor

$881C10

 

DrawOnPrint

Boolean

True

if True, this control will be printed

ForegroundColor

TColor

clWhite

 

ReadOnly IsMouseDown

Boolean

 

Read-only. Returns True if the user pressed the left mouse button above the control.

ReadOnly MouseIn

Boolean

 

Read-only. Returns True, if the mouse pointer is above the control

Offset

Integer

1

 

Published events:

OnMouseEnter, OnMouseLeave (TNotifyEvent) occur when the mouse pointer enter/leaves the control.

Protected properties:

Property

Type

Default value

Meaning

protected SkinManager

TSRVSkinManager

 

A link to a skin manager component.

protected SkinSchemeIndex

Integer

0

Index in a scheme in SkinManager.CurrentSkin (a scheme depends on the control type)

Inherited components

SRVLabel TSRVLabel


ScaleRichView © Ilya Zelensky & Sergey Tkachenko