Releases the resources used by the component.
[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
C1DisplayColumn Class | C1DisplayColumn Members | C1.Win.C1TrueDBGrid Namespace | C1DisplayColumn.Dispose Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |