DesignIntf.IDesigner60.IsSourceReadOnly
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesigner60 |
Delphi
function IsSourceReadOnly: Boolean;
C++
virtual bool __fastcall IsSourceReadOnly() = 0 ;
Description
Indicates whether the source file for the component being designed is read-only.
Call IsSourceReadOnly to determine whether the unit module for the object in the designer is a read-only file.