TdxSectionPropertiesApplyType Enum
In This Article
#Declaration
Delphi
TdxSectionPropertiesApplyType = (
WholeDocument,
CurrentSection,
SelectedSections,
ThisPointForward
);
#Members
Name |
---|
Whole
|
Current
|
Selected
|
This
|
See Also