Class TINIEntryPaintBox (unit INIEnt)

Inherits from

TINIEntry

Constructors


constructor Create(AOwner:TComponent);



Functions

destructor Destroy;


procedure RefreshControl;


procedure Reset;


function GetWinControl(AOwner:TComponent;WParent:TControl;cInfo:TCreateInfo):TControl;

******************************************************* INIEntryPaintBox ********************************************************

function GetCanvas:TCanvas;


function GetPaintBox:TPaintBox;


procedure SetH(H:Integer);


procedure SetW(W:Integer);


Properties

property CaptionStyle :


property Height : Integer


property Width : Integer


property Canvas : TCanvas


property PaintBox : TPaintBox


Events

event OnClick : TNotifyEvent


event OnPaint : TNotifyEvent


Variables

FH : Integer;


FOnClick : TNotifyEvent;


FOnPaint : TNotifyEvent;


FW : Integer;



Constructors


constructor Create(AOwner:TComponent);


Functions


destructor Destroy;


procedure RefreshControl;


procedure Reset;


function GetWinControl(AOwner:TComponent;WParent:TControl;cInfo:TCreateInfo):TControl;

******************************************************* INIEntryPaintBox ********************************************************


function GetCanvas:TCanvas;


function GetPaintBox:TPaintBox;


procedure SetH(H:Integer);


procedure SetW(W:Integer);


Properties


property CaptionStyle :


property Height : Integer


property Width : Integer


property Canvas : TCanvas


property PaintBox : TPaintBox


Events


event OnClick : TNotifyEvent


event OnPaint : TNotifyEvent


Variables


FH : Integer;


FOnClick : TNotifyEvent;


FOnPaint : TNotifyEvent;


FW : Integer;