Languages Delphi & Kylix Delphi Delphi function enhancement  

TableCopyV2

download download  
important code information
author:
Osman Celik
minimum requirements:
TableCopyV2 description

TableCopyv2.. so smart..nice to use..helpful. Have you ever copied Field names from a table "Fields Editor" to use it with 'FieldByName' command to put a data or edit a field value. This smart program tranforms copied text from a "Field Editor" into form of FieldByName('...') For example : Copied text from "Field Editor" object Table1Id: TIntegerField FieldName = 'Id' end object Table1Book: TFloatField FieldName = 'Book' end .... an so on transformed text : FieldByName('Id') FieldByName('Book') .... and so on... Optionally u can write table name also : So its ready to use with a "Table". No need to enter fieldcount. Enjoy it.


File List:
Copy.jpg43Kb
Main.dcu5Kb
Main.ddp51b
Main.dfm1Kb
Main.pas2Kb
Main.~ddp51b
Main.~dfm1Kb
Main.~pas2Kb
PublicLicance_GNU.txt15Kb
TableCopy.txt1Kb
TableCopyV2.cfg386b
TableCopyV2.dof1Kb
TableCopyV2.dpr252b
TableCopyV2.res1Kb
TableCopyV2.~dpr229b

Similar code
The art of Delphi - Date to Word (Popularity: ) : Convert Dates to 16 bit(Word) variables
JDStrings (Popularity: ) : This are some useful string functions that I often use in my programs. It contains following functions: Function StrPaste (SourceString:string; ...
THash (Popularity: ) : THash works like Perl's associative array, i.e., an array indexed by a Key of type string with an associated Value ...
TLanguageChanger (Popularity: ) : This is a delphi component for handeling Windows Virtual Keyboard layouts. You can retrive list of existed layouts, change them ...
Lite Registry 1.1 (Popularity: ) : Lite Registry 1.1 unit brings the power of the TRegistry class to your application by adding only 3 KBs to ...
TableCopy (Popularity: ) : So smart..nice to use..helpful.. Have you ever copied Field names from a table "Fields Editor" to use it with 'FieldByName' ...
Stringsplit Procedure (Popularity: ) : It works as the Visual Basic Split function

Please Rate me .

ShellNotifyIcon (Popularity: ) : This component allows you to add animated icons to the Windows system tray. Use Popup Menu’s without writing a single ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 40
version
size in Kb 35
popularity   478/5995043
user rating 10/10
ad


New Code
Popular Code