property Kind: TScrollBarKind;
type TScrollBarKind = (sbHorizontal, sbVertical); // defined in Forms.pas
Indicates orientation of the control.
[See also]: