TBasedxReportLink.LinkModified(Boolean) Method
Determines whether a link was modified.
Declaration
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