Subject frame, form, cppbuilder IDE and IBO components properties
Author l2c2_s
the form is using a frame which contains some
TIBOTable, and a TIBODatabase

at design time, when the form (which includes the frame) is edited (ie
loaded in the IDE),
something is adding properties to the inherited ibocomponents.
example1 :
inherited tblPatient: TIBOTable
DatabaseName = ''
end

-> triggers an access violation when I delete the form at runtime,

example2 :
inherited tblPatient: TIBOTable
SavedPassword = 'lk9kkjsdfkj.'
end

-> triggers the 'cannot change while connected' message when I create
the form at runtime

[bcppbuilder6, patch4, IBO4_6B]

Do you know how to avoid this behaviour ?