FireDAC.Stan.Param.TFDMacro.Value
Delphi
property Value: Variant read FValue write SetValue;
C++
__property System::Variant Value = {read=FValue, write=SetValue};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDMacro |
Description
Represents the value of the TFDMacro as a Variant.
Use the Value property to manipulate the value of the TFDMacro.