GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Programming  >  Delphi
Go To First  |  Previous Question  |  Next Question 
 Delphi  |  Question 23 of 27    Print  
Is there in C# an equivalent of exit command in Delphi, which force the exit from one method?

  
Total Answers and Comments: 1 Last Update: December 26, 2007     Asked by: livd_ro 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 26, 2007 07:32:48   #1  
venkatesh.l Member Since: December 2007   Contribution: 1    

RE: Is there in C# an equivalent of exit command in Delphi, which force the exit from one method?
there same "Exit" command available. you can use Abort stop any operation(s).
 
Is this answer useful? Yes | No

 Related Questions

Here are some suggested Delphi interview questions. Describe how components are loaded from a DFM file at runtime. What is the difference between TGraphicControl and TWinControl? Write a function that reverses a string. If a component has another component as a property (example: TDatasource has a TDataset component as a property), what happens if the “pointed to“ component is deleted? Where does TCustomControl fit into the VCL heirarchy? What is the purpose
Read Answers (1) | Asked by : Ronald Vijay

Latest Answer : RTTI - Runtime type informartion, we can use is and as  key work we can use at runtime.  Using is we can find the control at run time Using as we can create control at run time ...
Read Answers (1) | Asked by : yogesh

Latest Answer : Components are commonly of two kindsVisual and Non-visualEx. VisualLabelsEdit boxesA visual component is one that helps make graphical building blocks.Ex. Non-visualTQueryTThread/Timer ...

Latest Answer : Define custom messageconst  WM_MY_MESSAGE = WM_USER + 0;Define handler for message  type  TMyForm = class(TForm)  private    procedure OnMyMessage(var Msg: TMessage); message WM_MY_MESSAGE;Send or Post message  ...

Latest Answer : DeclarationADynamicCharArray :  ^CharArrayType;AllocationADynamicCharArray := AllocMem(NumChars * sizeof(char)); ReleaseFreeMem(ADynamicCharArray, NumChars * sizeof(char)); ...

Latest Answer : To add a new code unit in Delphi choose File-New ... Unit.//**blank code unitunit Unit2;interface{interface code goes here}implementation{implementation code goes here}end. //this ends the unit ...

Latest Answer : Object Pascal ...

Latest Answer : File with .dpr extension is the project file. It comprises all the unit names used in the application along with their path in the hard disk (and the form name if the unit is associated with a .dfm file). It also instantiates the auto-create forms. We ...
Read Answers (1) | Asked by : Robert

Latest Answer : Hi Robert OnCalculate is event in Delphi it trigerrs when you are reading data from the database .NOTE : It trigerrs on reading each row Stupid Example :if you want to subtract two coolumns from database table then you override this event with ...
Read Answers (1) | Asked by : Robert

Latest Answer : Interface clause is used to represent the interface scetion in delphi. The interface contains the type declarations, var declarations. ...


 Sponsored Links

 
Related Articles

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

Attitude Development as a Positive Social Force

Attitude Development as a Positive Social Force Do Other People Notice My Attitude The answer to this question is a resounding yes The reason why so many ambitious individuals find it hard to get ahead in life is because they simply do not have the right attitude Do you find yourself constantly plag
 

What is Common Data Modeling Method

Common Data Modeling is one of the core considerations when setting up a business data warehouse. Any serious company wanting to have a data warehouse will have to be first serious about data models. Building a data model takes time and it is not unusual for companies to spend two to five years just
 

What is the use of truncate command?

Truncate command will delete all records and the most important thing to make note of truncate command is since truncate command cannot be rolled back one must make sure to take proper backup of table data before performing the truncate command. Truncate command is thus used to remove all rows from
 

How to define command line arguments

The main functions can have arguments passed which are called as command line arguments. There are two command line arguments: Argument count denoted by argc and Argument vector denoted by argv The argc is an integer variable which denotes the number of parameters passed and argv is pointer to a
 

exit and return statements

  How does the exit () and return () differ exit () is used to exit the program as a whole. In other words it returns control to the operating system. After exit () all memory and temporary storage areas are all flushed out and control goes out of program. In contrast, the return () stateme
 

SQL Programming

SQL Programming Overview Anybody who has done something for a long time has probably wanted to change how things work at some point or another. A worker at a mill might have found a more efficient way of cutting logs, or a mathematics teacher might have had a hand in changing a school’s al
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

WinRunner Programming Concepts

If you want to create WinRunner scripts that are highly efficient, there are important programming concepts that you will want to become familiar with. Understanding these concepts will provide you with a large number of key benefits. In addition to understanding these concepts, you must also learn
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape