Applies to
Declaration
procedure RemoveCollapsibleBlock(ParNumber: Integer);
Description
This method removes the static collapsible block definition at a given paragraph that was made with MakeCollapsibleBlock or MakeSelCollapsible. Parameter ParNumber indicates the paragraph where the collapsibility is to be removed. If said paragraph is located inside a nested collapsible block, only the most nested level of collapsibility is removed.
See also
Topic Collapsible blocks in PlusMemo
Method RemoveSelCollapsible
Method MakeCollapsibleBlock
TpmCollapsibleHandler component