AnyDAC
ContentsIndexHome
PreviousUpNext
TADCustomTransaction.Options Property

The set of options controlling transactions behaviour.

Group
Links

The Options property returns reference to object, consisting of the set of options, controlling transactions behavior. Changing options will not take immediate effect, it is deferred until first transaction control statement.

property Options: TADTxOptions;
ADTransaction1.Options.ReadOnly := True;
ADTransaction1.StartTransaction;
What do you think about this topic? Send feedback!