FMX.ListView.Types.TListItemControlScene

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTListItemControlScene

Delphi

TListItemControlScene = class(TFmxObject, IStyleBookOwner, IScene)

C++

class PASCALIMPLEMENTATION TListItemControlScene : public Fmx::Types::TFmxObject

Properties

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

Description

The base class for FireMonkey components.

FMX.ListView.Types.TListItemControlScene inherits from FMX.Types.TFmxObject. All content below this line refers to FMX.Types.TFmxObject.

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