[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set value of a float property.
Source position: typinfo.pp line 829
procedure SetFloatProp( |
Instance: TObject; |
const PropName: string; |
Value: Extended |
); |
Instance: TObject; |
PropInfo: PPropInfo; |
Value: Extended |
); |
SetFloatProp assigns Value to the property described by PropInfo or with name Propname for the object Instance.
For an example, see GetFloatProp.
No checking is done whether Instance is non-nil, or whether PropInfo describes a valid float property of Instance. Specifying an invalid property name in PropName will result in an EPropertyError exception.
|
Return value of floating point property |
|
|
Set value of an ordinal property |
|
|
Set value of a string property |
|
|
Set value of a Int64 property |
|
|
Set the value of a method property |