Skip to main content

TdxSmartImageCodecsRepository.Unregister(TdxSmartImageCodecClass) Method

Removes the specified reference to an image codec class from the repository.

Declaration

class procedure Unregister(ACodec: TdxSmartImageCodecClass);

Parameters

Name Type
ACodec TdxSmartImageCodecClass

Remarks

Call this class procedure and pass a reference to an image codec class as the ACodec parameter to unregister the codec. An Unregister class procedure call has no effect if the specified class-reference is not within the repository. You can call the Contains class function to identify if an image codec is registered.

See Also