Skip to main content
A newer version of this page is available. .

TdxSmartImageCodecsRepository.Items Property

Provides indexed access to all registered class-references to image codec classes.

Declaration

class property Items[Index: Integer]: TdxSmartImageCodecClass read;

Property Value

Type
TdxSmartImageCodecClass

Remarks

You can call this class method of a codec via its class-reference. Pass a registered codec’s index in the repository as the Index parameter to access a class-reference to the codec’s class. The Items property returns nil if the specified index does not correspond to a registered codec (that is, is equal to or exceeds the Count class property value).

See Also