uDocumentsAncestor Unit

*************************************************************************** FMX Tools Starter Kit Copyright 2024-2025 Patrick Prémartin under AGPL 3.0 license. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *************************************************************************** Author(s) : Patrick PREMARTIN Site : https://fmxtoolsstarterkit.developpeur-pascal.fr/ Project site : https://github.com/DeveloppeurPascal/FMX-Tools-Starter-Kit *************************************************************************** File last update : 2025-02-26T18:34:34.000+01:00 Signature : 5d05e8a168747e1b04bff7c58054ffa3e783db4e ***************************************************************************

Package: SampleToolProject
 NameDescription
TBinaryDocumentAncestor

Manage documents as binary files. If you provide a private key they are encrypted with a XOR algorithm.

TCurrentDocumentChangedMessage

Subscribe to this message if you need to be informed when we changed current document

TDocumentAncestor

Manage an abstracted document file.

TDocumentChangedMessage

Subscribe to this message if you need to be informed about a document change

TDocumentClosingMessage

Subscribe to this message if you need to be informed when a document is closing

TJSONDocumentAncestor

Manage documents as JSON files. If you provide a private key they are encrypted with a ??? algorithm.

Top