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