Property SLScope.TSLDisplayCursor.IsDynamic

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TSLDisplayCursor

Contents

Syntax

Delphi:

property IsDynamic : Boolean read FIsDynamic;

C++ Builder:

__property bool IsDynamic = { read=FIsDynamic };

Summary

The cursor is created by the user from inside the component dialog.

Description

\Returns true if the cursor is created by the user from inside the component dialog. Note If the cursor is created by the user from inside the component dialog, you must avoid destroying it or accessing it from inside your code, as the cursor can also be deleted by the user. If you need to control it from code, exercise extra caution, and always check if the item is still available.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox