FMX.Text.TTextServiceClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTextServiceClass = class of TTextService;

C++

typedef System::TMetaClass* TTextServiceClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
FMX.Text.pas
FMX.Text.hpp
FMX.Text FMX.Text

Description

TTextServiceClass defines the metaclass for TTextService.

TTextServiceClass is the metaclass for TTextService. Its value is the class reference for TTextService or for one of its descendants.

See Also