| Class tformshape (unit formshape) |
tcomponent
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
procedure Loaded;
procedure PaintForm(sender:tobject);
procedure SetBalloonEllips(avalue:integer);
procedure SetBalloonIndent(avalue:integer);| Properties |
property BalloonEllips : integer
property BalloonIndent : integer
property BalloonPosition : TBalloonposition
property Reshape : boolean| Events |
| Variables |
FBalloonEllips : integer;
FBalloonIndent : integer;
FBalloonPosition : TBalloonPosition;
FOnPaint : TNotifyEvent;
FOnPaintAssigned : boolean;
FReshape : boolean;| Constructors |
constructor Create(AOwner: TComponent);Public declarations
| Functions |
procedure Loaded;Protected declarations
procedure PaintForm(sender:tobject);
procedure SetBalloonEllips(avalue:integer);
procedure SetBalloonIndent(avalue:integer);| Properties |
property BalloonEllips : integer
property BalloonIndent : integer
property BalloonPosition : TBalloonposition
property Reshape : booleanPublished declarations
| Events |
| Variables |
FBalloonEllips : integer;
FBalloonIndent : integer;
FBalloonPosition : TBalloonPosition;
FOnPaint : TNotifyEvent;
FOnPaintAssigned : boolean;
FReshape : boolean;Private declarations