InstanceChanged (Instance)
<source lang='delphi'>Procedure InstanceChanged;</source>
Cette procédure notifie que l'instance à changer.
Pas de paramètre |
![]() |
Note : La notification provoque :
|
Exemple <source lang='delphi'> //procedure Action_UpdateVente:boolean; var idxPrix : Integer; begin
for idxPrix := 0 to PrixVenteList.Count - 1 do PrixVenteList.Refs[idxPrix].instanceChanged;
end; </source>
Voir aussi
{{#if:Objets métiers (tech)|
{{#if:Objets métiers (tech)|— Objets métiers (tech) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}