FMX.Platform.TPlatformServices.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Current: TPlatformServices read GetCurrent;

C++

/* static */ __property TPlatformServices* Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform TPlatformServices

Description

Specifies the current platform services instance. Current is a read-only property.