TXmlMapDataBinding Class
Specifies how the XML binding works.
Syntax
Unit: FlexCel.Core
TXmlMapDataBinding = class(TFlexCelObject);
Methods
Name |
Description |
Assign |
Copies an existing databinding into this object, clearing any existing data.
|
Equals |
Returns true if both databindings are the same.
|
GetHashCode |
Returns the hashcode of the object.
|
Properties
Name |
Description |
DataBindingName |
Specifies the name for the binding. Must be unique.
|
FileBinding |
If true the binding must be recovered from a file and the path to the file is in the connection element.
|
ConnectionID |
Connection id for an external connection. Must exist if FileBinding is true.
|
FileBindingName |
Name of the file binding. Must be unique.
|
DataBindingLoadMode |
Loading mode for this databinding.
|
Xml |
Actual data defining the databinding.
|