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