|
C_INPUT_PROPERTYS_DESCRIPTION : array [ 1 .. 9 ] of TPropertyDescription = ( ( iName : pdNameName ; iCaption : pdCaptionName ; iReadOnly : False ) , ( iName : pdNameSummary ; iCaption : pdCaptionSummary ; iReadOnly : False ) , ( iName : pdNameDescription ; iCaption : pdCaptionDescription ; iReadOnly : False ) , ( iName : pdNameAuthor ; iCaption : pdCaptionAuthor ; iReadOnly : False ) , ( iName : pdNameCopyright ; iCaption : pdCaptionCopyright ; iReadOnly : False ) , ( iName : pdNameRecurseDirectory ; iCaption : pdCaptionRecurseDirectory ; iReadOnly : False ) , ( iName : pdNameConditionalDefines ; iCaption : pdCaptionConditionalDefines ; iReadOnly : False ) , ( iName : pdNameParseImplementationSection ; iCaption : pdCaptionParseImplementationSection ; iReadOnly : True ) , ( iName : pdNameAllowHtmlInDescription ; iCaption : pdCaptionAllowHtmlInDescription ; iReadOnly : False ) ) |