Class TBevelPanel (unit Bpanel)

Inherits from

TCustomPanel

Constructors


constructor Create(AOwner: TComponent);



Functions

procedure Paint;

Public declarations

procedure SetBevelType(newBevelType: TBevelType);


procedure SetDrawBottom(newDrawBottom: boolean);


procedure SetDrawLeft(newDrawLeft: boolean);


procedure SetDrawRight(newDrawRight: boolean);


procedure SetDrawTop(newDrawTop: boolean);

Protected declarations

Properties

property Align :


property BevelType : TBevelType


property Color :


property Cursor :


property DrawBottom : boolean


property DrawLeft : boolean


property DrawRight : boolean


property DrawTop : boolean

Published declarations

Events

Variables

FBevelType : TBevelType;


FDrawBottom : boolean;


FDrawLeft : boolean;


FDrawRight : boolean;


FDrawTop : boolean;

Private declarations


Constructors


constructor Create(AOwner: TComponent);


Functions


procedure Paint;

Public declarations


procedure SetBevelType(newBevelType: TBevelType);


procedure SetDrawBottom(newDrawBottom: boolean);


procedure SetDrawLeft(newDrawLeft: boolean);


procedure SetDrawRight(newDrawRight: boolean);


procedure SetDrawTop(newDrawTop: boolean);

Protected declarations


Properties


property Align :


property BevelType : TBevelType


property Color :


property Cursor :


property DrawBottom : boolean


property DrawLeft : boolean


property DrawRight : boolean


property DrawTop : boolean

Published declarations


Events


Variables


FBevelType : TBevelType;


FDrawBottom : boolean;


FDrawLeft : boolean;


FDrawRight : boolean;


FDrawTop : boolean;

Private declarations