TStockCreations.CreatedBy
redirigé depuis TStockCreationsExtended.GetCreatedBy
| TStockCreationsExtended = class (TStockCreations) | Interface de TStockCreationsExtended | Exemples de TStockCreationsExtended |
héritée de TStockCreations.CreatedBy
| TStockCreations = class (TObject) | Interface de TStockCreations | Exemples de TStockCreations |
Motif de la production
Syntaxe
property CreatedBy[index: Integer]: String read GetCreatedBy
index: index de la production dans l'objet
Remarques
- Le motif correspond au paramètre createdBy des fonctions de production (voir Function/GenerateLocLot par exemple).
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.');