ROCustomAttribute
Overview
Custom name/value pair attribute
Location
- Unit: uRORTTIAttributes.pas
- Ancestry: TCustomAttribute | RONameAttribute | ROCustomAttribute
Properties
Name (declared in RONameAttribute)
Name
property Name: string read
Value
Value
property Value: string read
Instance Methods
constructor Create (string) (declared in RONameAttribute)
Creates an instance with provided parameter.
constructor Create(aName: string)
Parameters:
- aName: Name
constructor Create (string, string) reintroduce
Creates an instance with provided parameters.
constructor Create(aName: string; aValue: string)
Parameters:
- aName: Name
- aValue: Value