FMX.Types.TCustomCaret.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: TSizeF read FSize write SetSize;

C++

__property System::Types::TSizeF Size = {read=FSize, write=SetSize};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Returns the TSizeF size of the current TCustomCaret object.

Size keeps the floating-point Width and Height of the flasher registered in the current TCustomCaret object.

See Also