RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TAnchors Type

TBorderWidth defines the distance, in pixels, between the outer and inner bevels of a control.

Pascal
TAnchors = set of TAnchorKind;
C++
TAnchorKind TAnchors;

Controls

TBorderWidth is used to specify the border width of a control via its BorderWidth property.

Note: Do not confuse the border of the panel with line drawn around the panel itself. The line around the panel is specified by the BorderStyle property.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!