[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'typinfo' (#rtl)

SetInt64Prop

Set value of a Int64 property

Declaration

Source position: line 0

procedure SetInt64Prop(

  Instance: TObject;

  PropInfo: PPropInfo;

  const Value: Int64

);

procedure SetInt64Prop(

  Instance: TObject;

  const PropName: String;

  const Value: Int64

);

Description

SetInt64Propassigns Valueto the property of type Int64that is described by PropInfoor with name Propnamefor the object Instance.

For an example, see GetInt64Prop.

Errors

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.

See also

GetInt64Prop

  

return value of an Int64 property

GetMethodProp

  

Return value of a method property

SetOrdProp

  

Set value of an ordinal property

SetStrProp

  

Set value of a string property

SetFloatProp

  

Set value of a float property.