API:FMX.Header.THeaderItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomCornerButtonFMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlTHeaderItem

Delphi

THeaderItem = class(TCustomCornerButton)

C++

class PASCALIMPLEMENTATION THeaderItem : public Fmx::Stdctrls::TCustomCornerButton

Properties

Type Visibility Source Unit Parent
class public
FMX.Header.pas
FMX.Header.hpp
FMX.Header FMX.Header

Description

Represents a TCustomButton control and, additionally, provides the tools to customize shapes of TCustomCornerButton control's corners.

FMX.Header.THeaderItem inherits from FMX.StdCtrls.TCustomCornerButton. All content below this line refers to FMX.StdCtrls.TCustomCornerButton.

Represents a TCustomButton control and, additionally, provides the tools to customize shapes of TCustomCornerButton control's corners.

Use Corners to specify the corners to be customized. Use CornerType, XRadius, and YRadius to customize corners. See also TRectangle.

See Also