ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

UIStrings.AddInOrder Method

Adds a string to the collection, preserving the order.

[Visual Basic]

Public Sub AddInOrder( _

ByVal key As Object, _

ByVal value As String, _

ByVal description As String _

)

[C#]

public void AddInOrder(

object key,

string value,

string description

);

[Delphi]

public procedure AddInOrder(

key: Object;

value: String;

description: String

);

See Also

UIStrings Class | UIStrings Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.