JVCL Help:IJvDataConsumer.AttributeApplies

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if an attribute applies to the consumer.


Pascal

 functionAttributeApplies(Attr: Integer): Boolean;


Parameters

Parameters Description
Attr: Integer Attribute to check.


Description

AttributeApplies determines if the specified attribute applies to the consumer. The method is primarily used by the data provider's ConsumerClasses method to build the list of consumer extensions.
If an attribute applies the function should return True, otherwise False should be returned.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page