TCodeAttributeArgument Class
Represents an argument passed to a code attribute.
Syntax
Unit: Bcl.Code.MetaClasses
TCodeAttributeArgument = class(TCodeObject);
Constructors
| Name | Description |
|---|---|
| Create | Creates an attribute argument with the specified snippet value. |
Properties
| Name | Description |
|---|---|
| Value | Gets or sets the expression representing the argument value. |