FMX.Types.IDesignablePersistent Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
BeingDesigned | public | FMX.Types.IDesignablePersistent.BeingDesigned is true if this TPersistent is currently in Design mode and wants the Designer to create Item for itself. |
Bind | public | 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. |
GetBoundsRect | public | FMX.Types.IDesignablePersistent.GetBoundsRect is a bounding rectangle representing this TPersistent in the designer. |
GetDesignParent | public | FMX.Types.IDesignablePersistent.GetDesignParent should return a TPersistent known to the designer, e.g. its parent TControl. |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |
Unbind | public | FMX.Types.IDesignablePersistent.Unbind is used to unbind this persistent. The implementation would normally clear its reference to IPersistentShim. |