|
|
|
| dcFileAssociation component.
|
| type
|
| TdcFileExtAccessMode = (amReadOnly, amReadWrite);
|
|
|
| property AccessMode: TdcFileExtAccessMode;
|
| The AccessMode property controls whether other properties of this component can be modified (whether the information about file type specified in the EXTENSION property can be modified).
|
|
|
| By default, AccessMode is amReadOnly. This means that you can only read the information but can not change the information for file type specified in EXTENSION property.
|
|
|
| Set AccessMode to amReadWrite to install new, or modify existing file type.
|
| EXTENSION property.
|