Returns the key of an item with the specified index.
[Visual Basic]
Public Function GetKeyAt( _
ByVal index As Integer _
) As Object
[C#]
public object GetKeyAt(
int index
);
[Delphi]
public function GetKeyAt(
index: Int32
): Object;
See Also
UIStrings Class | UIStrings Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |