FMX.Types.ICaret.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject: TCustomCaret;

C++

virtual TCustomCaret* __fastcall GetObject() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types ICaret

Description

Declares the function retrieving a TCustomCaret object.

For example, the GetObject function is implemented in the TCustomEdit and TMemo classes.

See Also