Property ALDSCompression.TDSCompressionItem.HasDialog
From Mitov Wiki Doc
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: TDSCompressionItem
Contents |
Syntax
Delphi:
property HasDialog : Boolean read GetHasDialog;
C++ Builder:
__property bool HasDialog = { read=GetHasDialog };
Summary
Returns if the compressor has dialog.
Description
Use this property to check if the compressor has dialog.
Returns True if the compressor has dialog, otherwise returns False.