jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
247 stars 82 forks source link

Update androidwidget.pas #429

Closed neurocluster closed 2 years ago

neurocluster commented 2 years ago

Three(3) new functions added: 1) function LoadBytesFromUri(_treeUri: jObject): TDynArrayOfJByte; 2) function GetFileNameByUri(_treeUri: jObject): string; 3) procedure SaveImageTypeToUri(_bitmap: jObject; _toTreeUri: jObject; _type: integer);

The updated code is in two files: 1) jForm.java (in folder C:\fpcupdeluxe\ccr\lamw\android_wizard\smartdesigner\java) 2) androidwidget.pas (in folder C:\fpcupdeluxe\ccr\lamw\android_bridges)