Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Determines whether the current user of the station can perform the operation. If not, the «Operation Confirmation» form opens
@OperationID — an ID of (rkoXXX) type operation
@return — a check result

function CanUseObject(ReferentItem: TReferentItem): boolean;

Determines whether the ReferentItem object can be used at the moment. The function comprises checks for various types of use (belonging to trade groups for the corresponding elements, возможность использования по использованиямthe possibility of use, etc.)
@ReferentItem — an item of reference
@return — a check result 

...