FMX.ListView.Types.TListItemControlContainer

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTListItemControlContainer

Delphi

TListItemControlContainer = class(TControl)

C++

class PASCALIMPLEMENTATION TListItemControlContainer : public Fmx::Controls::TControl

Properties

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

Description

TControl is the base class for FMX on-screen components.

FMX.ListView.Types.TListItemControlContainer inherits from FMX.Controls.TControl. All content below this line refers to FMX.Controls.TControl.

TControl is the base class for FMX on-screen components. Subclasses are roughly divided into primitive shapes and styleable controls.

TControl extends TFmxObject to present objects that are seen, by adding properties and methods for:

  • Size and position
  • Visibility, opacity, scale, and rotation
  • Mouse interaction and hit testing
  • Keyboard interaction
  • Triggers for animations and effects
  • Painting