FMX.StdCtrls.TCustomCornerButton

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TCustomCornerButton = class(TCustomButton)

C++

class PASCALIMPLEMENTATION TCustomCornerButton : public TCustomButton

Properties

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

Description

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