System.Bindings.Expression.TBindExprDict.PersistBindings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PersistBindings: Boolean read FPersistBindings write FPersistBindings;

C++

__property bool PersistBindings = {read=FPersistBindings, write=FPersistBindings, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindExprDict

Description

Specifies whether the bindings are persistent.

The PersistBindings property specifies whether the bindings are persistent or not.

See Also