FireDAC.Stan.Param.TFDMacro Properties

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
AsDatepublicSpecifies the value of the TFDMacro when it represents a date literal.
AsDateTimepublicSpecifies the value of the TFDMacro when it represents a date-time literal.
AsFloatpublicSpecifies the value of the TFDMacro when it represents a floating point number literal.
AsIdentifierpublicSpecifies the value of the TFDMacro when it represents a SQL identifier value.
AsIntegerpublicSpecifies the value of the TFDMacro when it represents an integer literal.
AsRawpublicSpecifies the value of the TFDMacro when it represents an "as-is" part of a SQL query.
AsStringpublicSpecifies the value of the TFDMacro when it represents a string literal.
AsTimepublicSpecifies the value of the TFDMacro when it represents a time literal.
CollectionpublicSpecifies the TCollection instance to which the TCollectionItem belongs.
CollectionOwnerpublicOwner of the collection where the macro belongs.
DataTypepublishedIdentifies the data type of the TFDMacro component.
DisplayNamepublicThe name displayed in the Collection editor.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
IDpublicA unique, permanent index for the item.
IndexpublicReturns the item's position in the Items array of TCollection.
IsNullpublicIndicates whether the TFDMacro component is NULL.
NamepublishedSpecifies the name of the TFDMacro.
SQLpublicReturns the text for TFDMacro in the same form it will be substituted into the SQL command text before preprocessing.
ValuepublishedRepresents the value of the TFDMacro as a Variant.