InstanceChanged (Instance)
Procedure InstanceChanged;
Cette procédure notifie que l'instance à changer.
| Pas de paramètre |
Note : La notification provoque :
|
Exemple
//procedure Action_UpdateVente:boolean;
var idxPrix : Integer;
begin
for idxPrix := 0 to PrixVenteList.Count - 1 do
PrixVenteList.Refs[idxPrix].instanceChanged;
end;
Voir aussi