FireDAC.Stan.Param.TFDMacro Properties
InheritedProtected
| AsDate | public | Specifies the value of the TFDMacro when it represents a date literal. |
| AsDateTime | public | Specifies the value of the TFDMacro when it represents a date-time literal. |
| AsFloat | public | Specifies the value of the TFDMacro when it represents a floating point number literal. |
| AsIdentifier | public | Specifies the value of the TFDMacro when it represents a SQL identifier value. |
| AsInteger | public | Specifies the value of the TFDMacro when it represents an integer literal. |
| AsRaw | public | Specifies the value of the TFDMacro when it represents an "as-is" part of a SQL query. |
| AsString | public | Specifies the value of the TFDMacro when it represents a string literal. |
| AsTime | public | Specifies the value of the TFDMacro when it represents a time literal. |
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| CollectionOwner | public | Owner of the collection where the macro belongs. |
| DataType | published | Identifies the data type of the TFDMacro component. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| IsNull | public | Indicates whether the TFDMacro component is NULL. |
| Name | published | Specifies the name of the TFDMacro. |
| SQL | public | Returns the text for TFDMacro in the same form it will be substituted into the SQL command text before preprocessing. |
| Value | published | Represents the value of the TFDMacro as a Variant. |