FMX.Platform.IFMXSystemInformationService.GetCaretWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCaretWidth: Integer;

C++

virtual int __fastcall GetCaretWidth() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSystemInformationService

Description

Declares the method to retrieve the caret width provided on the particular platform.

Implementations of GetCaretWidth return the caret width supported on the particular platform.

GetCaretWidth is used in TCaretRectangle.

See Also