ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

UIStrings.Add Method (Object, String, String)

Adds a string to the collection in alphabetical order.

[Visual Basic]

Overloads Public Sub Add( _

ByVal key As Object, _

ByVal value As String, _

ByVal description As String _

)

[C#]

public void Add(

object key,

string value,

string description

);

[Delphi]

public procedure Add(

key: Object;

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.