CanPinDim(Source: Integer; DimKey: Integer; Pin: Boolean;): Boolean;
CanPinDim(Source: Integer; DimKey: Integer; Pin: Boolean;): Boolean;
Source. This parameter determines source key.
DimKey. This parameter determines key of the source dimension.
Pin. This parameter determines if the transfer is possible.
TheCanPinDim method returns whether the dimension can be moved to the list of fixed private dimensions from the list of private dimensions and vice versa.
If the Pin parameter contains True, the method indicates that the dimension can be moved from private to fixed private dimensions.
If the Pin parameter contains False, the method indicates that the dimension can be moved from fixed private dimensions to private ones.
If the method returns True, the transfer is possible.
Examples of use are given in the IEaxAnalyzer.IsDimPinned property.
See also: