API:FMX.MultiView.TMultiView.BorderOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderOptions: TMultiViewBorderOptions read FBorderOptions write SetBorderOptions stored AreBorderOptionsStored;

C++

__property BorderOptions;

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiView

Description

Handles appearance options of borders for MultiView components.

FMX.MultiView.TMultiView.BorderOptions inherits from FMX.MultiView.TCustomMultiView.BorderOptions. All content below this line refers to FMX.MultiView.TCustomMultiView.BorderOptions.

Handles appearance options of borders for MultiView components.

TMultiViewBorderOptions defines the Color and Visible properties.

See Also