FireDAC.Comp.DataSet.TFDStoredActivationUsage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDStoredActivationUsage = set of (auDesignTime, auRunTime);

C++

typedef System::Set<Firedac_Comp_Dataset__4, Firedac_Comp_Dataset__4::auDesignTime, Firedac_Comp_Dataset__4::auRunTime> TFDStoredActivationUsage;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

Description

Controls how to use the Active property value saved to the DFM/FMX.

Name Description
auDesignTime Use the property value at design time.
auRunTime Use the property value at run time.

See Also