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