Всем спасибо за ответы. Разобрался. Оказалось не так уж и сложно.
PHP код:
_fileName = WinAPI::getOpenFileName(element.hWnd(), _filter, '', "@SYS53008", '', '' );
if (_filename) {
if (_bin.loadFile(_fileName)) {
CORI01_InterfaceList.Number = CORI01_RequestJobs.Number;
CORI01_InterfaceList.RequestID = CORI01_RequestJobs.RequestID;
CORI01_InterfaceList.Image_FileName = _fileName;
CORI01_InterfaceList.Image = _bin.getData();
super();
}
}
поле
CORI01_InterfaceList.Image имеет тип
Bitmap, расширенный от стандартного типа
container. Вот и все!
Никаких сложностей!