TStockCreations.LotGPAOID
| TStockCreations = class (TObject) | Interface de TStockCreations | Exemples de TStockCreations |
GPAOID du lot produit
Syntaxe
property LotGPAOID[index: Integer]: String read GetLotGPAOID
index: index de la production dans l'objet
Exemples
for i:=0 to prods.Count-1 do
if (prods.CreatedBy[i]='Essai') then InformationDlg('Le lot '+prods.LotGPAOID[i]+' correspond à un essai.');
if (prods.CreatedBy[i]='Essai') then InformationDlg('Le lot '+prods.LotGPAOID[i]+' correspond à un essai.');