DelphiCodeToDoc
Name
C_COMMENT_RULES
Parent
uOptions
Visibility
PUBLIC
Description
List of comment rules properties
Source code
C_COMMENT_RULES : array [ 1 .. 2 ] of TPropertyDescription = ( ( iName : pdNamePropertyCommentFromAssessors ; iCaption : pdCaptionPropertyCommentFromAssessors ; iReadOnly : False ) , ( iName : pdNameMethodCommentFromAncestor ; iCaption : pdCaptionMethodCommentFromAncestor ; iReadOnly : False ) )
DelphiCodeToDoc