Returns true if the string is equal to its default value.
[Visual Basic]
Public Function IsDefault( _
ByVal key As Object _
) As Boolean
[C#]
public bool IsDefault(
object key
);
[Delphi]
public function IsDefault(
key: Object
): Boolean;
See Also
UIStrings Class | UIStrings Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |