FMX.Controls.TContentInflater

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTContentInflater

Delphi

TContentInflater<T: TStyledControl> = class(TInterfacedObject, IInterface)

C++

template<typename T> class PASCALIMPLEMENTATION TContentInflater__1 : public System::TInterfacedObject

Properties

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

Description

TContentInflater is the class that handles inflating the content of a control.

Use TContentInflater to handle inflating all the items in a control at once.

See Also