record
Delphi (-XE) : casting to a record type with implicit conversion
I have a record type with methods, representing an specific hardware measurement type, read from the instrument as a string. The record contains implicit coversion to (and from) a string. If I cast a[详细]
2023-04-11 05:00 分类:问答I want to create something which records audio from the user and then allows them to send it to an email, OR save it to the server
I know how to use AS3 to reco开发者_如何转开发rd sound from the user and enable them to save it to their computer. However, I would really like instead to allow them to either send it to an email addr[详细]
2023-04-10 16:56 分类:问答Is it possible: array in record
I have next arrays NAMES1: array[0..1] of string = (\'NO1\',\'NAME1\'); NAMES2: array[0..1] of string = (\'NO2\',\'NAME2\');[详细]
2023-04-09 19:13 分类:问答Anyone can give me a summary of "single quote mark" usage in Ada?
I\'ve just read \"Ada Programming\" but I\'m a bit confused about how to use \' (single quote mark) in Ada.[详细]
2023-04-08 09:52 分类:问答own ORM: database records in case of JOIN?
We are doing our own framework with ORM capability. The database tables are classes now, but how about records? Lets imagine two tables:[详细]
2023-04-08 06:24 分类:问答Record voice and save it to mp3 file
Is it possible to record (5 seconds) a voice with the microphone and save it as a mp3 file WITHOUT sending data to the server? I would 开发者_如何学Golike to save the file with FileReference (some tim[详细]
2023-04-07 21:07 分类:问答Data type conversion of column in numpy record array
I have a numpy recarray with several integer columns and some string columns. The data in the string columns is composed 99% of integers, but numpy things it\'s a s开发者_Python百科tring because \"NA\[详细]
2023-04-06 22:00 分类:问答Record methods and const parameters in Delphi
It looks like the Delphi compiler does not honor const record parameters when \"records-with-methods\" are involved.[详细]
2023-04-04 14:15 分类:问答Immutable fields in discriminated union
I know it\'s possible to add methods and properties to discriminated unions, but can you add an immutable field that has to be set when an instance the union is created, much like the fields in a reco[详细]
2023-04-03 14:36 分类:问答how can i record audio file as .m4a format?
how can i record audio file as .m4a format. i am using the code below: public void startRecording() throws IOException {[详细]
2023-04-03 13:11 分类:问答