FireDAC.Stan.Option.TFDUpdateOptions.RequestLive

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RequestLive: Boolean read GetRequestLive write SetRequestLive  stored False default False;

C++

__property bool RequestLive = {read=GetRequestLive, write=SetRequestLive, stored=false, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDUpdateOptions


Beschreibung

Setzt ReadOnly auf False und bezieht fiMeta in Items ein.

Siehe auch