API:Fmx.Bind.Navigator.TBindNavButton

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCornerButtonFMX.StdCtrls.TCustomCornerButtonFMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlTBindNavButton

Delphi

TBindNavButton = class(TCornerButton)

C++

class PASCALIMPLEMENTATION TBindNavButton : public Fmx::Stdctrls::TCornerButton

Properties

Type Visibility Source Unit Parent
class public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator Fmx.Bind.Navigator

Description

Represents a button with customizable corners.

Fmx.Bind.Navigator.TBindNavButton inherits from FMX.StdCtrls.TCornerButton. All content below this line refers to FMX.StdCtrls.TCornerButton.

Represents a button with customizable corners.

Use the Corners property to choose the corners to be customized and the CornerType, XRadius, and YRadius properties to customize the corners.

See Also

Code Examples