Unit LOProp

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Author: François PIETTE Description: Property editor for MidWare component TMWTable EMail: francois.piette@ping.be http://www.rtfm.be/fpiette francois.piette@rtfm.be Creation: May 30, 1998 Version: 1.02 Support: Use the mailing list midware@rtfm.be See website for details. Legal issues: Copyright (C) 1997, 1998 by François PIETTE Rue de Grady 24, 4053 Embourg, Belgium. Fax: +32-4-365.74.56 This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software and or any derived or altered versions for any purpose, excluding commercial applications. You can use this software for personal or internal use only. You may distribute it freely untouched. The following restrictions applies: 1. The origin of this software must not be misrepresented, you must not claim that you wrote the original software. 2. If you use this software in a product, an acknowledgment in the product documentation and displayed on screen is required. The text must be: "This product is based on MidWare. Freeware source code is available at http://www.rtfm.be/fpiette." 3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 4. This notice may not be removed or altered from any source distribution and must be added to the product documentation. Updates: Jun 06, 1998 V1.01 Added an import function to get fields from a TTable Jun 14, 1998 V1.02 Registered the property editor for TFieldLayout property only, avoiding interference with other string type properties. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Classes

TLayoutEditForm -
TLayoutProperty -

Functions

atoi - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
GetToken - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Register - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
stpblk - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Types

Constants

lopropversion

Variables

LayoutEditForm


Functions


function atoi(value : string) : Integer;

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

function GetToken(Src : PChar; var Dst : String; var Delim : Char) : PChar;

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

procedure Register;

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

function stpblk(PValue : PChar) : PChar;

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Types


Constants

lopropversion = 100


Variables

LayoutEditForm : TLayoutEditForm