DataWindow.ClearRelations Method | |
Clear all relations defined to this data window's server.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ClearRelations() AS USUAL
public virtual Usual ClearRelations()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
In data windows, relations are used to manage relationships between windows that are linked to the same data server.
Clearing a relation removes the link between the windows; in actuality, it clears the relations set for the data server to which this and any other windows are connected. Relations are set using DataWindow:SetRelation() and DataWindow:SetSelectiveRelation().
See Also