cur开发者_如何转开发rently im developing a drumm app. The only thing that\'s left to do, is a \"looper\".
I have a record like this: Tcustomer=record Name: string; IDNumber: Integer; IsMarried: boolean; end; And I have a TCustomers_Manager class that stores a list of all the customers. Is it possible t
I have a big record which is consist of many fields with different types and also dynamic arrays. I want to save it to a file and then read it back. Imagine this simple record:
I need to store a temporary list of records and was thinking that a TList would be a good way to do this? However I am unsure how to do this with a TList and was wondering if this is the best was 开发
\"Hi! I have an application with webcam, chat and more, and i need to record the screen aplication in server, for the client n开发者_如何学运维ot have to upload the result.
I\'ve heard about shortcut recorder, but not sure about it, do somebody can tell me what it is for sure?
I have开发者_如何学编程 a table with a primary key: Type:INT Length:11 Default:NULL Extra:auto_increment
There are at least three popular libraries for accessing and manipulating fields of records. The开发者_开发百科 ones I know of are: data-accessor, fclabels and lenses.
I\'m trying to make a EnumListField in Lift/Record/Squeryl, similar to MappedEnumList in LiftMapper. The storage type should be Long/BIGINT. I understand that if I define:
I want to r开发者_运维百科ecord audio and save it on a server. I am creating a task manager and I want to record audio instructions. Thanks for the help.Here\'s a start: https://code.google.com/p/wami