Top "Record" questions

A record in programming is a data type with labels to access fields of the record.

graphviz: record node with a bold title

I'm trying to use graphviz to do something similar to UML class diagrams. I wonder whether there is a way …

uml record graphviz dot
Oracle PL/SQL: How to write a loop in order to print all the components of a variable of Oracle customized type?

Please suppose you have an Oracle TYPE so defined: TYPE rec_customized IS RECORD ( SECRET_CODE VARCHAR2 (16), PUBLIC_CODE VARCHAR2 (6), …

oracle types plsql record dbms-output
Why should we use classes rather than records, or vice versa?

I've been using Delphi for quite some time now, but rather than coming from a CS background I have learnt "…

delphi class record
Merge 3 SPF records into the same

I am having issues with my SPF records and I am not very familiarized with that. I need to add 2 …

dns record spf
Can Identifiers be duplicated across cases of a variant record in FreePascal?

Here's my problem: I want to create a record type where among the cases of a variant record, some, but …

record pascal freepascal variant
requestRecordPermission does nothing

Since the update of iOS 7 there has been some changes with recording applications. I have an app that used to …

ios permissions ios7 record avaudiosession
Haskell record syntax and type classes

Suppose that I have two data types Foo and Bar. Foo has fields x and y. Bar has fields x …

haskell class types record
Error Domain=AVFoundationErrorDomain Code=-11814 "Cannot Record"

It keeps on giving me the error: Error Domain=AVFoundationErrorDomain Code=-11814 "Cannot Record" I am not sure what the …

ios objective-c avfoundation record
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. Having not tried to …

delphi methods record