Overloaded. Releases the resources used by the class.
[Visual Basic]
Overridable Public Sub Dispose( _
ByVal disposing As Boolean _
)
[C#]
virtual public void Dispose(
bool disposing
);
[Delphi]
public procedure Dispose(
disposing: Boolean
); virtual;
Parameters
disposing
True to cleanup.
See Also
SBar Class | SBar Members | C1.Win.C1TrueDBGrid.Util Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |