TcxSchedulerStorageResources.AreImagesUsed Property
In This Article
Identifies if there is a resource associated with an image.
#Declaration
Delphi
property AreImagesUsed: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True only if the following conditions are met:
A valid image list is assigned to the Images property;
The resource collection has at least one item whose ActualImageIndex property value is not negative.
Otherwise, the AreImageUsed property returns False.
See Also