help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

SetObjectProp

Set the value of an object-type property.

Declaration

Source position: line 0

procedure SetObjectProp(

  Instance: TObject;

  const PropName: String;

  Value: TObject

);

procedure SetObjectProp(

  Instance: TObject;

  PropInfo: PPropInfo;

  Value: TObject

);

Description

SetObjectProp assigns Value to the the object property described by PropInfo or with name Propname for the object Instance.

For an example, see GetObjectProp.

Errors

No checking is done whether Instance is non-nil, or whether PropInfo describes a valid method property of Instance. Specifying an invalid property name in PropName will result in an EPropertyError exception.

See also

GetObjectProp

  

Return value of an object-type property.

SetOrdProp

  

Set value of an ordinal property

SetStrProp

  

Set value of a string property

SetFloatProp

  

Set value of a float property.

SetInt64Prop

  

Set value of a Int64 property

SetMethodProp

  

Set the value of a method property

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505