Set method of TPicture property doesn't get called when the form is created
问题 Here's my component overall structure: My Component property Categories: TCollection (of TCategory) TCategory property Icon: TPicture read FIcon write SetIcon; property Example: Integer read FExample write SetExample; (Other category properties...) (Other properties...) In the Object Inspector of the IDE, I choose a picture and it gets serialized successfully (I checked it in form view as text). I set a breakpoint on SetIcon method and when I compile and run the application, it doesn't get