Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TControlBorderSpacing = class(TPersistent)
![]() |
constructor Create(OwnerControl: TControl); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
function IsEqual(Spacing: TControlBorderSpacing): boolean; |
![]() |
procedure GetSpaceAround(var SpaceAround: TRect); |
![]() |
function GetSpace(Kind: TAnchorKind): Integer; |
![]() |
function GetSideSpace(Kind: TAnchorKind): Integer; |
![]() |
property Control: TControl read FControl; |
![]() |
property Space[Kind: TAnchorKind]: integer read GetSpace write SetSpace; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property Left: TSpacingSize read FLeft write SetLeft; |
![]() |
property Top: TSpacingSize read FTop write SetTop; |
![]() |
property Right: TSpacingSize read FRight write SetRight; |
![]() |
property Bottom: TSpacingSize read FBottom write SetBottom; |
![]() |
property Around: TSpacingSize read FAround write SetAround; |
![]() |
property InnerBorder: Integer read FInnerBorder write SetInnerBorder stored IsInnerBorderStored default -1; |
![]() |
property CellAlignHorizontal: TControlCellAlign read FCellAlignHorizontal write SetCellAlignHorizontal; |
![]() |
property CellAlignVertical: TControlCellAlign read FCellAlignVertical write SetCellAlignVertical; |
![]() |
constructor Create(OwnerControl: TControl); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
function IsEqual(Spacing: TControlBorderSpacing): boolean; |
![]() |
procedure GetSpaceAround(var SpaceAround: TRect); |
![]() |
function GetSpace(Kind: TAnchorKind): Integer; |
![]() |
function GetSideSpace(Kind: TAnchorKind): Integer; |
![]() |
property Control: TControl read FControl; |
![]() |
property Space[Kind: TAnchorKind]: integer read GetSpace write SetSpace; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property Left: TSpacingSize read FLeft write SetLeft; |
![]() |
property Top: TSpacingSize read FTop write SetTop; |
![]() |
property Right: TSpacingSize read FRight write SetRight; |
![]() |
property Bottom: TSpacingSize read FBottom write SetBottom; |
![]() |
property Around: TSpacingSize read FAround write SetAround; |
![]() |
property InnerBorder: Integer read FInnerBorder write SetInnerBorder stored IsInnerBorderStored default -1; |
![]() |
property CellAlignHorizontal: TControlCellAlign read FCellAlignHorizontal write SetCellAlignHorizontal; |
![]() |
property CellAlignVertical: TControlCellAlign read FCellAlignVertical write SetCellAlignVertical; |