TBasedxReportLink.LinkModified(Boolean) Method
In This Article
Determines whether a link was modified.
#Declaration
Delphi
procedure LinkModified(Value: Boolean); virtual;
#Parameters
Name | Type |
---|---|
Value | Boolean |
#Remarks
Use the LinkModified method to track changes made to an appropriate link. The Value parameter is True if the link is modified; otherwise, False.
See Also