IPropertyComponent

Declaration

IPropertyComponent : IDispatch

Overview

This interface is meant edit properties.

Properties

Array<IProperty> Properties - Gets or sets all the properties in the project.

Array<IProperty> - Gets or sets the properties defined by user.

Methods

NewProperty(String Name, String Value, String Comment) returns IProperty
-Adds a new property in the project. The property will be added in the Properties and UserDefinedProperties.

NewFolderPathVariable(String Name, String Value, Bool IsGlobal) returns IPathVariable
-Adds a new folder path variable in the project.

NewRegistryPathVariable(String Name, String Value, Bool IsGlobal) returns IPathVariable
- Adds a new registry path variable in the project.

NewEnvironmentPathVariable(String Name, String Value, Bool IsGlobal) eturns IPathVariable
-Adds a new environment path variable in the project.

FindProperty(String Name) returns IProperty
Finds a property by name/id

See also

ISearch

IAdvinstProjectTypes