Results 1 to 3 of 3

Thread: Design Time or Run Time

  1. #1

    Design Time or Run Time

    Is there a way to discover, when creating visual components, if we are in run-time or design time?

    Thank you
    Fernando.

  2. #2

    Design Time or Run Time

    [pascal]if csDesigning in ComponentState then
    { in design time }
    else
    { run-time }[/pascal]
    "All paid jobs absorb and degrade the mind."
    <br />-- Aristotle

  3. #3

    Design Time or Run Time

    Thank you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •