FMX.Types.IDesignablePersistent.Unbind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unbind;

C++

virtual void __fastcall Unbind() = 0 ;

Properties

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

Description

FMX.Types.IDesignablePersistent.Unbind is used to unbind this persistent. The implementation would normally clear its reference to IPersistentShim.

See Also