| [Overview][Types][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_readonly.pas line 37
| type TfpgReadOnly = class(TComponent) | 
| public | 
| constructor Create(); override; | 
| published | 
| property ReadOnly: Boolean; [rw] | 
| property Enabled: Boolean; [rw] | 
| property ProcessContainer: Boolean; [rw] | 
| property OnChange: TfpgOnChangeReadOnlyEvent; [rw] | 
| property OnProcess: TfpgOnProcessEvent; [rw] | 
| property OnProcessFrm: TfpgOnProcessFrmEvent; [rw] | 
| property OnGetParent: TfpgOnGetParentEvent; [rw] | 
| end; | 
| | | 
| TComponent | 
| ? | 
| TObject |