SetAttributeProtection (MM)
De Wiki1000
(Différences entre les versions)
(Page créée avec « {{latest}} <source lang='delphi'>procedure SetAttributeProtection(const iClassName:string; const iAttribute:string);</source> Cette méthode active la protection sur un a... ») |
|||
Ligne 1 : | Ligne 1 : | ||
− | {{ | + | {{Version800}} |
<source lang='delphi'>procedure SetAttributeProtection(const iClassName:string; const iAttribute:string);</source> | <source lang='delphi'>procedure SetAttributeProtection(const iClassName:string; const iAttribute:string);</source> | ||
Ligne 23 : | Ligne 23 : | ||
{{Footer|ModelManager_(code)}} | {{Footer|ModelManager_(code)}} | ||
[[category:ModelManager]] | [[category:ModelManager]] | ||
− | [[Category: | + | [[Category:Configuration]] |
+ | [[Category:Version800]] |
Version du 13 novembre 2017 à 08:49
procedure SetAttributeProtection(const iClassName:string; const iAttribute:string);
Cette méthode active la protection sur un attribut.
iClassName | Nom de la classe de l'attribut. |
iAttribute | Nom de l'attribut à protéger. |
Exemple :
Voir aussi