FadingGroup_Delete
method
Delphi
procedure FadingGroup_Delete (FadingGroupId: LongInt);
C++Builder
void __fastcall FadingGroup_Delete(System::LongInt FadingGroupId);
C#
public void FadingGroup_Delete(int FadingGroupId);
VB.NET
Public Sub FadingGroup_Delete(FadingGroupId As Integer)
C++/Qt
void FadingGroup_Delete (int FadingGroupId);
Deletes the fading group identified by FadingGroupId and releases the overlay assignments of the group. The deletion is thread-safe: if a fade is in progress the deletion is deferred until the current rendering step completes.