TStockConsumptions.UsedForLot

TStockConsumptionsExtended = class (TStockConsumptions)Interface de TStockConsumptionsExtendedExemples de TStockConsumptionsExtended

héritée de TStockConsumptions.UsedForLot

TStockConsumptions = class (TObject)Interface de TStockConsumptionsExemples de TStockConsumptions

Retourne le lot cible de la consommation

Syntaxe

property UsedForLot[index: Integer]: String read GetUsedForLot
index:

Remarques

Le lot cible correspond au paramètre usedForLot des fonctions de consommation (voir Function/ConsumeLocLot par exemple).

Exemples

For i:=0 to consos.Count-1 do
   if (consos.UsedForLot[i]='') then InformationDlg('Le lot '+consos.LotGPAOID[i]+' a été expédié.');

Classification

QuBESStock TStockConsumptions