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