FMX.TabControl.TTabItem.PaintPart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PaintPart: TPaintPart read FPaintPart write SetPaintPart;

C++

__property TPaintPart PaintPart = {read=FPaintPart, write=SetPaintPart, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

Specifies the part of the page that needs to be painted.

The tab control sets the PaintPart property during painting.

See Also