Skip to main content

TdxSmartImageCodecsRepository.Register(TdxSmartImageCodecClass) Method

Registers a new image codec.

Declaration

class procedure Register(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 append the reference to the repository. Use the Items class property to access all registered class-references to image codecs.

See Also