« 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 |
||
(2 versions intermédiaires par le même utilisateur non affichées) | |||
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 10 : | Ligne 10 : | ||
|- | |- | ||
|iAttribute | |iAttribute | ||
|Nom de l'attribut à | |Nom de l'attribut à qualifier. | ||
|} | |} | ||
{{tip|La protection d'un attribut non partagé n'est pas supporté}} | |||
Exemple : | Exemple : | ||
Ligne 23 : | Ligne 24 : | ||
{{Footer|ModelManager_(code)}} | {{Footer|ModelManager_(code)}} | ||
[[category:ModelManager]] | [[category:ModelManager]] | ||
[[Category: | [[Category:Configuration]] | ||
[[Category:Version800]] |
Dernière version du 27 septembre 2022 à 12:19
{{#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 à qualifier. |
Exemple :
<source lang='delphi'> </source>
Voir aussi
{{#if:ModelManager_(code)|
{{#if:ModelManager_(code)|— ModelManager_(code) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}