FMX.Colors.TColorButton

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TColorButton = class(TCustomButton)

C++

class PASCALIMPLEMENTATION TColorButton : public Fmx::Stdctrls::TCustomButton

Properties

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

Description

Represents a standard button that displays a color instead of a standard caption.

A TColorButton behaves like a standard TButton. It can even have a modal result, just like typical standard buttons. The only difference between a standard button and a TColorButton is that the latter does not display a standard text caption, but a color in a rectangle that fills almost completely the surface of the button.

Error creating thumbnail: Unable to save thumbnail to destination

See Also