RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.GetOrdValueAt Method

Returns the property value of the specified object.

Pascal
function GetOrdValueAt(Index: Integer): Longint;
C++
__fastcall Longint GetOrdValueAt(int Index);

Call GetOrdValueAt to obtain the current value of the property for an object in the internal list of objects being edited. Call GetOrdValueAt only if the property is an ordinal type. The Index parameter identifies which object's value should be returned. It corresponds to the Index parameter of the GetComponent method. 

Use GetOrdValueAt to iterate over all current values, for example when implementing the AllEqual method. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!