Vcl.OleCtnrs.TOleContainer.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default bsSingle;

C++

__property Vcl::Forms::TBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Determines whether a single line is drawn around the OLE container.

Set BorderStyle to specify whether the OLE container should be framed by a single line. These are the possible values:



Value Meaning

bsNone

No visible border

bsSingle

Single-line border



See Also