[Overview][Constants][Types][Classes][Procedures and functions] |
Set value of a Int64 property
Source position: line 0
procedure SetInt64Prop( |
Instance: TObject; |
PropInfo: PPropInfo; |
const Value: Int64 |
); |
Instance: TObject; |
const PropName: String; |
const Value: Int64 |
); |
SetInt64Propassigns Valueto the property of type Int64that is described by PropInfoor with name Propnamefor the object Instance.
For an example, see GetInt64Prop.
No checking is done whether Instanceis non-nil, or whether PropInfodescribes a valid Int64property of Instance. Specifying an invalid property name in PropNamewill result in an EPropertyErrorexception.
|
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. |