Gets or sets the string value for the specified key.
[Visual Basic]
Public Default Property Item( _
ByVal key As Object _
) As String
[C#]
public string this[
object key
] {get;set;}
[Delphi]
public property Item[
key: Object
]: String read get_Item write set_Item;
See Also
UIStrings Class | UIStrings Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |