| DelphiCodeToDoc |
| C_FILES_LIST_PROPERTYS_DESCRIPTION |
| uOptions |
| PUBLIC |
|
List of file list properties |
| C_FILES_LIST_PROPERTYS_DESCRIPTION : array [ 1 .. 2 ] of TPropertyDescription = ( ( iName : pdNameFilesIncludeList ; iCaption : pdCaptionFilesIncludeList ; iReadOnly : False ) , ( iName : pdNameFilesExcludeList ; iCaption : pdCaptionFilesExcludeList ; iReadOnly : False ) ) |
| DelphiCodeToDoc |