Klasse TAnchorSide

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TAnchorSide = class(TPersistent)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TControl; TheKind: TAnchorKind);
Public destructor Destroy; override;
Public procedure GetSidePosition(out ReferenceControl: TControl; out ReferenceSide: TAnchorSideReference; out Position: Integer);
Public procedure Assign(Source: TPersistent); override;

Eigenschaften

Public property Owner: TControl read FOwner;
Public property Kind: TAnchorKind read FKind;
Published property Control: TControl read FControl write SetControl;
Published property Side: TAnchorSideReference read FSide write SetSide default asrTop;

Beschreibung

Methoden

Public constructor Create(TheOwner: TControl; TheKind: TAnchorKind);
 
Public destructor Destroy; override;
 
Public procedure GetSidePosition(out ReferenceControl: TControl; out ReferenceSide: TAnchorSideReference; out Position: Integer);
 
Public procedure Assign(Source: TPersistent); override;
 

Eigenschaften

Public property Owner: TControl read FOwner;
 
Public property Kind: TAnchorKind read FKind;
 
Published property Control: TControl read FControl write SetControl;
 
Published property Side: TAnchorSideReference read FSide write SetSide default asrTop;
 

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