Class TFrameDesign
Unit
idCore
Declaration
type TFrameDesign = class(TIDIObject)
Description
TFrameDesign
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure Clear; virtual; |
|
|
Properties
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property FrameName: WideString read FFrameName write FFrameName; |
|
|
 |
property FramingStyle: TFramingStyle read FFramingStyle write FFramingStyle; |
|
|
 |
property FramingMethod: TFramingMethod read FFramingMethod write FFramingMethod; |
|
|
 |
property Framers : TFramers read FFramers write FFramers; |
|
|
 |
property Category : WideString read FCategory write FCategory; |
|
|
 |
property Captions : TImageCaptions read FCaptions write FCaptions; |
|
|
Generated by PasDoc 0.15.0.
|