Convert a path of a image on db to a image


Author
Message
Fabian R Silva, -
Fabian R Silva, -
Advanced StrataFrame User (879 reputation)Advanced StrataFrame User (879 reputation)Advanced StrataFrame User (879 reputation)Advanced StrataFrame User (879 reputation)Advanced StrataFrame User (879 reputation)Advanced StrataFrame User (879 reputation)Advanced StrataFrame User (879 reputation)Advanced StrataFrame User (879 reputation)Advanced StrataFrame User (879 reputation)
Group: StrataFrame Users
Posts: 153, Visits: 1.2K
What is the best way to show a image that I have to convert from a path on the db to a image on my UI? I think about a custom readonly property that read it, serialize it and show it, something like



private _mycustomImage as image



property mycustomimage

get:

if _mycustomimage is nothing then

'-- read image from db and convert it to a image...

_mycustomImage = imagethatIgetfrompath

else

endif

end get





GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search