Adds a string to the collection, specifying the ordinal.
[Visual Basic]
Overloads Public Sub Add( _
ByVal key As Object, _
ByVal ordinal As Integer, _
ByVal value As String, _
ByVal description As String _
)
[C#]
public void Add(
object key,
int ordinal,
string value,
string description
);
[Delphi]
public procedure Add(
key: Object;
ordinal: Int32;
value: String;
description: String
); overload;
See Also
UIStrings Class | UIStrings Members | C1.Win.C1TrueDBGrid Namespace | UIStrings.Add Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |