CheckBox... ReadOnly
Posted: 2013-02-11 09:06:38
I would like that some fields were read-only because I modify them using a script only.
I can with all ... but not with checkbox of the list movie.
How can I do?
Thank in advance.
Regards
for all the fields I do so
I can with all ... but not with checkbox of the list movie.
How can I do?
Thank in advance.
Regards
for all the fields I do so
Code: Select all
inherited EOriginalTitle: TEdit
Width = 1339
Font.Style = [fsBold]
ParentFont = False
ReadOnly = True //My Modify
end