« SetAttributeProtection (MM) » : différence 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... ») |
Aucun résumé des modifications |
||
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 à 07:49
{{#images:version800-32x32.png|stock}} <source lang='delphi'>procedure SetAttributeProtection(const iClassName:string; const iAttribute:string);</source>
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 :
<source lang='delphi'> </source>
Voir aussi
{{#if:ModelManager_(code)|
{{#if:ModelManager_(code)|— ModelManager_(code) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}