RAD Studio VCL Reference
|
Sets the value of a specified child node.
procedure SetChildValue(const IndexOrName: OleVariant; const Value: OleVariant);
__fastcall SetChildValue(const OleVariant IndexOrName, const OleVariant Value);
SetChildValue is the write implementation of the ChildValues property.
IndexOrName identifies the desired child node by either its interface, or by a string that is the local name of the child node.
Value is the value to assign.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|