FMX.ListView.Types.TListItemEmbeddedControl

Delphi
TListItemEmbeddedControl = class(TListItemDrawable)
C++
class PASCALIMPLEMENTATION TListItemEmbeddedControl : public TListItemDrawable
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | FMX.ListView.Types |
Description
TInterfacedPersistent is an ancestor for persistent objects that implement interfaces. {{#multireplace:FMX.ListView.Types.TListItemEmbeddedControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TInterfacedPersistent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TInterfacedPersistent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
TInterfacedPersistent is an ancestor for persistent objects that implement interfaces.
TInterfacedPersistent, like all persistent objects, supports the ability to read and write its properties to and from a stream. In addition, it supplies a default implementation of the IInterface methods (_AddRef, _Release, and QueryInterface). This default implementation simply passes these calls on to the interface of the persistent object's Owner, if any.
Do not create instances of TInterfacedPersistent. Use TInterfacedPersistent as a base class when declaring objects that are not components, but that need to be saved to a stream or have their properties assigned to other objects, and that support interfaces.