System.Rtti.TRttiInstanceProperty.Default

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Default: Integer read GetDefault;

C++

__property int Default = {read=GetDefault, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInstanceProperty

Description

Specifies the property's default value.

Use Default to obtain an integer value that represents the default value associated with the property. Only ordinal types can have default values, so Default returns an integer.

See Also