Class TFoglio (unit AcFoglio) |
Inherits from
TPersistent
*****************************************************************************
* Type *
procedure Set_Color_1(c:TColor);
*****************************************************************************
* Set_Color_1 *
procedure Set_FHeight(num:Integer);
*****************************************************************************
* Set_FHeight *
procedure Set_FWidth(num:Integer);
*****************************************************************************
* Set_FWidth *
property BackColor : TColor
property Height : Integer
property Width : Integer
******** Published declarations
event OnChange : TAC_Proc_Foglio_Change
F_On_Change : TAC_Proc_Foglio_Change;
******** Protected declarations
FHeight : Integer;
FWidth : Integer;
F_BackColor : TColor;
procedure Set_Color_1(c:TColor);
*****************************************************************************
* Set_Color_1 *
procedure Set_FHeight(num:Integer);
*****************************************************************************
* Set_FHeight *
procedure Set_FWidth(num:Integer);
*****************************************************************************
* Set_FWidth *
property BackColor : TColor
property Height : Integer
property Width : Integer
******** Published declarations
event OnChange : TAC_Proc_Foglio_Change
F_On_Change : TAC_Proc_Foglio_Change;
******** Protected declarations
FHeight : Integer;
FWidth : Integer;
F_BackColor : TColor;