Set of possible anchor positions
Source position: controls.pp line 110
type TAnchors = set of (
akTop,
akLeft,
akRight,
akBottom
);