Klasse TControlBorderSpacing

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TControlBorderSpacing = class(TPersistent)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create(OwnerControl: TControl);
Public procedure Assign(Source: TPersistent); override;
Public procedure AssignTo(Dest: TPersistent); override;
Public function IsEqual(Spacing: TControlBorderSpacing): boolean;
Public procedure GetSpaceAround(var SpaceAround: TRect);
Public function GetSpace(Kind: TAnchorKind): Integer;
Public function GetSideSpace(Kind: TAnchorKind): Integer;

Eigenschaften

Public property Control: TControl read FControl;
Public property Space[Kind: TAnchorKind]: integer read GetSpace write SetSpace;
Published property OnChange: TNotifyEvent read FOnChange write FOnChange;
Published property Left: TSpacingSize read FLeft write SetLeft;
Published property Top: TSpacingSize read FTop write SetTop;
Published property Right: TSpacingSize read FRight write SetRight;
Published property Bottom: TSpacingSize read FBottom write SetBottom;
Published property Around: TSpacingSize read FAround write SetAround;
Published property InnerBorder: Integer read FInnerBorder write SetInnerBorder stored IsInnerBorderStored default -1;
Published property CellAlignHorizontal: TControlCellAlign read FCellAlignHorizontal write SetCellAlignHorizontal;
Published property CellAlignVertical: TControlCellAlign read FCellAlignVertical write SetCellAlignVertical;

Beschreibung

Methoden

Public constructor Create(OwnerControl: TControl);
 
Public procedure Assign(Source: TPersistent); override;
 
Public procedure AssignTo(Dest: TPersistent); override;
 
Public function IsEqual(Spacing: TControlBorderSpacing): boolean;
 
Public procedure GetSpaceAround(var SpaceAround: TRect);
 
Public function GetSpace(Kind: TAnchorKind): Integer;
 
Public function GetSideSpace(Kind: TAnchorKind): Integer;
 

Eigenschaften

Public property Control: TControl read FControl;
 
Public property Space[Kind: TAnchorKind]: integer read GetSpace write SetSpace;
 
Published property OnChange: TNotifyEvent read FOnChange write FOnChange;
 
Published property Left: TSpacingSize read FLeft write SetLeft;
 
Published property Top: TSpacingSize read FTop write SetTop;
 
Published property Right: TSpacingSize read FRight write SetRight;
 
Published property Bottom: TSpacingSize read FBottom write SetBottom;
 
Published property Around: TSpacingSize read FAround write SetAround;
 
Published property InnerBorder: Integer read FInnerBorder write SetInnerBorder stored IsInnerBorderStored default -1;
 
Published property CellAlignHorizontal: TControlCellAlign read FCellAlignHorizontal write SetCellAlignHorizontal;
 
Published property CellAlignVertical: TControlCellAlign read FCellAlignVertical write SetCellAlignVertical;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:54