FMX.Types.TFmxObject

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFmxObject

Delphi

TFmxObject = class(TComponent, IFreeNotification, IActionClient)

C++

class PASCALIMPLEMENTATION TFmxObject : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

The base class for FireMonkey components.

TFmxObject extends TComponent to provide low-level functionality to FireMonkey components, including:

  • Creating, destroying, and releasing objects
  • Cloning, storing, and loading objects from a stream
  • Child object manipulations (add, remove, search)
  • Free notifications
  • Support for FireMonkey styles
  • Support for FireMonkey animations


See Also