FMX.Types.IDesignablePersistent.Bind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Bind(AShim: IPersistentShim);

C++

virtual void __fastcall Bind(_di_IPersistentShim AShim) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IDesignablePersistent

Description

FMX.Types.IDesignablePersistent.Bind is used to bind this persistent with its shim, thus enabling GetBoundsRect without using the host. Example: TItemAppearanceProperties as IDesignablePersistent are bound to the TListItemShimTheir counterpart FmxReg.TListViewObjectsProperties are bound to the same TListItemShim.

See Also